recognize but ignore #pragma

This commit is contained in:
ceriel
1989-03-31 11:47:12 +00:00
parent f9269a9aca
commit 0379ada7ad
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}
};