cpp.ansi: Add missing "#warning" directive

This commit is contained in:
Godzil
2013-03-20 23:45:43 +01:00
committed by Manoël Trapier
parent 5c73826e4c
commit b31c94cf32
3 changed files with 17 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ struct mkey {
{"else", K_ELSE},
{"endif", K_ENDIF},
{"error", K_ERROR},
{"warning", K_WARNING},
{"if", K_IF},
{"ifdef", K_IFDEF},
{"ifndef", K_IFNDEF},