YAPVERSION
This commit is contained in:
parent
c6e16a608a
commit
0f99e336cc
6
H/Yap.h
6
H/Yap.h
@ -86,6 +86,12 @@
|
||||
#endif
|
||||
#define inline __inline
|
||||
#define YAP_VERSION "Yap-6.0.0"
|
||||
|
||||
/* This is also exported in YapInclude.h */
|
||||
#ifndef YAPVERSION
|
||||
#define YAPVERSION 60000
|
||||
#endif
|
||||
|
||||
#define BIN_DIR "c:\\Yap\\bin"
|
||||
#define LIB_DIR "c:\\Yap\\lib\\Yap"
|
||||
#define SHARE_DIR "c:\\Yap\\share\\Yap"
|
||||
|
@ -28,6 +28,10 @@
|
||||
|
||||
#define __YAP_PROLOG__ 1
|
||||
|
||||
#ifndef YAPVERSION
|
||||
#define YAPVERSION 60000
|
||||
#endif
|
||||
|
||||
#include "yap_structs.h"
|
||||
|
||||
#if HAVE_STDARG_H
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit c325e4564bb8d4e32c27f2061df85f13d315974e
|
||||
Subproject commit e071f01c1d9015e6d3fabc73092a6e902541485a
|
@ -1 +1 @@
|
||||
Subproject commit a2d2f03107eecd45462cd61a678035132cf06326
|
||||
Subproject commit eb6d27251c2548c25e6d37fff2a27a014caaa7aa
|
Reference in New Issue
Block a user