[sr-dev] git:master: core: #!def aliased to #!define

Daniel-Constantin Mierla miconda at gmail.com
Wed Apr 21 16:00:34 CEST 2010


Module: sip-router
Branch: master
Commit: 4a9f0a3d1106a38db034668ebf127ca515d5b362
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4a9f0a3d1106a38db034668ebf127ca515d5b362

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Wed Apr 21 15:59:26 2010 +0200

core: #!def aliased to #!define

- alternative to avoid conflicts with some text preprocessors

---

 cfg.lex |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cfg.lex b/cfg.lex
index ffc8e1f..5b05b4f 100644
--- a/cfg.lex
+++ b/cfg.lex
@@ -530,7 +530,7 @@ COM_LINE	#
 COM_START	"/\*"
 COM_END		"\*/"
 
-DEFINE       define
+DEFINE       "define"|"def"
 IFDEF        ifdef
 IFNDEF       ifndef
 ENDIF        endif




More information about the sr-dev mailing list