fix min list
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1882 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -222,8 +222,8 @@ extern X_API YAP_Term PROTO(YAP_RunGoal,(YAP_Term));
|
||||
/* int YAP_RestartGoal(void) */
|
||||
extern X_API YAP_Bool PROTO(YAP_RestartGoal,(void));
|
||||
|
||||
/* int YAP_ShutdownGoal(void) */
|
||||
extern X_API YAP_Bool PROTO(YAP_ShutdownGoal,(void));
|
||||
/* int YAP_ShutdownGoal(int) */
|
||||
extern X_API YAP_Bool PROTO(YAP_ShutdownGoal,(int));
|
||||
|
||||
/* int YAP_ContinueGoal(void) */
|
||||
extern X_API YAP_Bool PROTO(YAP_ContinueGoal,(void));
|
||||
|
Reference in New Issue
Block a user