|
@@ -24,7 +24,7 @@
|
|
#include "grammar.h"
|
|
#include "grammar.h"
|
|
|
|
|
|
#if DEBUG
|
|
#if DEBUG
|
|
-/* DEBUG */
|
|
|
|
|
|
+/* DEBUG所使用的函数 */
|
|
void printGC(Inter *inter);
|
|
void printGC(Inter *inter);
|
|
void printLinkValueGC(char *tag, Inter *inter, long *tmp_link, long *st_link);
|
|
void printLinkValueGC(char *tag, Inter *inter, long *tmp_link, long *st_link);
|
|
void printValueGC(char *tag, Inter *inter, long *tmp_link, long *st_link);
|
|
void printValueGC(char *tag, Inter *inter, long *tmp_link, long *st_link);
|
|
@@ -32,4 +32,5 @@ void printVarGC(char *tag, Inter *inter);
|
|
void printHashTableGC(char *tag, Inter *inter, long *tmp_link);
|
|
void printHashTableGC(char *tag, Inter *inter, long *tmp_link);
|
|
void printTokenStream(TokenStream *ts);
|
|
void printTokenStream(TokenStream *ts);
|
|
#endif
|
|
#endif
|
|
|
|
+
|
|
#endif //VIRTUALMATH___VIRTUALMATH_H
|
|
#endif //VIRTUALMATH___VIRTUALMATH_H
|