misc fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1068 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-05-17 21:42:12 +00:00
parent e7fbb54532
commit a6f1b27c09
9 changed files with 57 additions and 17 deletions

View File

@@ -325,8 +325,7 @@ extern X_API void PROTO(YAP_Throw,(YAP_Term));
/* int YAP_LookupModule() */
#define YAP_LookupModule(T) (T)
/* int YAP_ModuleName() */
extern X_API YAP_Term PROTO(YAP_ModuleName,(int));
#define YAP_ModuleName(mod) (mod)
/* int YAP_Halt() */
extern X_API int PROTO(YAP_Halt,(int));