support static linking for Nuno Fonseca's database module.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@606 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
d1c4016480
commit
ac601e20b6
@ -2301,6 +2301,14 @@ InitCPreds(void)
|
||||
InitForeignPreds();
|
||||
}
|
||||
#endif
|
||||
#if NUNO
|
||||
{
|
||||
extern void init_ol(void), init_time(void);
|
||||
|
||||
init_ol();
|
||||
init_time();
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user