소스 검색

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