recognize but ignore #pragma

This commit is contained in:
ceriel
1989-03-31 10:56:53 +00:00
parent 87c1bc774b
commit d650e927a7
3 changed files with 8 additions and 0 deletions

View File

@@ -74,3 +74,4 @@ extern char *std_alloc();
#define K_INCLUDE 8
#define K_LINE 9
#define K_UNDEF 10
#define K_PRAGMA 11