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

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