use const declarations in interface (thanks to Roberto Bagnara for the patch).

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1441 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-11-05 01:28:28 +00:00
parent 934b4edb9e
commit e7b84f7a13
3 changed files with 34 additions and 29 deletions

View File

@@ -17,11 +17,12 @@
#if defined(__STDC__)
#define PROTO(X,ARGS) X ARGS
#define CONST const
#else
#define PROTO(X,ARGS) X()
#define CONST /* empty */
#endif
#ifndef HAS_YAP_H