YAPVERSION
This commit is contained in:
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
|
||||
|
Submodule packages/chr updated: c325e4564b...e071f01c1d
Submodule packages/jpl updated: a2d2f03107...eb6d27251c
Reference in New Issue
Block a user