cleanup YapExecutable
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@602 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -79,8 +79,6 @@
|
||||
#endif
|
||||
*/
|
||||
|
||||
extern char YapExecutable[];
|
||||
|
||||
extern char LoadMsg[];
|
||||
|
||||
#define LOAD_SUCCEEDED 0
|
||||
@@ -106,7 +104,7 @@ typedef void (*YapInitProc)(void);
|
||||
#define STD_PROTO(F,A) F A
|
||||
#endif
|
||||
|
||||
void STD_PROTO(YAPFindExecutable,(char *));
|
||||
void STD_PROTO(YAP_FindExecutable,(char *));
|
||||
Int STD_PROTO(LoadForeign,(StringList, StringList, char *, YapInitProc *));
|
||||
Int STD_PROTO(ReLoadForeign,(StringList, StringList, char *, YapInitProc *));
|
||||
void STD_PROTO(ReOpenLoadForeign,(void));
|
||||
|
Reference in New Issue
Block a user