summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs')
-rw-r--r--llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs b/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs
index 2cf7c51dac6..aea7ec27d1b 100644
--- a/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs
+++ b/llvm/tools/llvm-upgrade/UpgradeLexer.l.cvs
@@ -105,6 +105,7 @@ end { RET_TOK( ENDTOK); }
true { RET_TOK( TRUETOK); }
false { RET_TOK( FALSETOK); }
declare { RET_TOK( DECLARE); }
+define { RET_TOK( DEFINE); }
global { RET_TOK( GLOBAL); }
constant { RET_TOK( CONSTANT); }
internal { RET_TOK( INTERNAL); }
OpenPOWER on IntegriCloud