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:
@@ -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
|
||||
|
Reference in New Issue
Block a user