recognize but ignore #pragma

This commit is contained in:
ceriel
1989-03-31 11:47:12 +00:00
parent d650e927a7
commit 7a7d0e413b
3 changed files with 7 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ PRIVATE struct mkey {
{"include", K_INCLUDE},
{"line", K_LINE},
{"undef", K_UNDEF},
{"pragma", K_PRAGMA},
{0, K_UNKNOWN}
};