Browse Source

core: #!def aliased to #!define

- alternative to avoid conflicts with some text preprocessors
Daniel-Constantin Mierla 15 years ago
parent
commit
4a9f0a3d11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cfg.lex

+ 1 - 1
cfg.lex

@@ -530,7 +530,7 @@ COM_LINE	#
 COM_START	"/\*"
 COM_END		"\*/"
 
-DEFINE       define
+DEFINE       "define"|"def"
 IFDEF        ifdef
 IFNDEF       ifndef
 ENDIF        endif