Initial revision

This commit is contained in:
ceriel
1987-01-06 15:16:53 +00:00
parent 17598fae79
commit 846e79a2b0
34 changed files with 3301 additions and 0 deletions

5
util/cpp/next.c Normal file
View File

@@ -0,0 +1,5 @@
#include "debug.h"
struct macro *h_macro = 0;
#ifdef DEBUG
int cnt_macro = 0;
#endif