]> Shamusworld >> Repos - rmac/blobdiff - debug.h
Fix for bug #101 (bad macro handling).
[rmac] / debug.h
diff --git a/debug.h b/debug.h
index 73be70540137fa6a4619b90c9d30ae15acdb0874..ad1ccacb490935b515282a67db25b9cdcf0008f7 100644 (file)
--- a/debug.h
+++ b/debug.h
@@ -15,6 +15,8 @@
 int mudump(void);
 int mdump(char *, LONG, int, LONG);
 int dumptok(TOKEN *);
+void DumpTokens(TOKEN *);
 int dump_everything(void);
 
 #endif // __DEBUG_H__
+