Explorar o código

core: #!def aliased to #!define

- alternative to avoid conflicts with some text preprocessors
Daniel-Constantin Mierla %!s(int64=15) %!d(string=hai) anos
pai
achega
4a9f0a3d11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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