浏览代码

core: #!def aliased to #!define

- alternative to avoid conflicts with some text preprocessors
Daniel-Constantin Mierla 15 年之前
父节点
当前提交
4a9f0a3d11
共有 1 个文件被更改,包括 1 次插入1 次删除
  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