aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools/lcc/cpp/nlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'code/tools/lcc/cpp/nlist.c')
-rw-r--r--code/tools/lcc/cpp/nlist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/tools/lcc/cpp/nlist.c b/code/tools/lcc/cpp/nlist.c
index d76df86..d3a8357 100644
--- a/code/tools/lcc/cpp/nlist.c
+++ b/code/tools/lcc/cpp/nlist.c
@@ -29,6 +29,7 @@ struct kwtab {
{"define", KDEFINE, ISKW},
{"undef", KUNDEF, ISKW},
{"line", KLINE, ISKW},
+ {"warning", KWARNING, ISKW},
{"error", KERROR, ISKW},
{"pragma", KPRAGMA, ISKW},
{"eval", KEVAL, ISKW},