Navigation


Changeset 169:f8507f57a3c0 in freeDiameter for extensions/rt_default/rtd_conf.l


Ignore:
Timestamp:
Feb 2, 2010, 10:24:32 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Allow '+' and '-' operators in conf file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rt_default/rtd_conf.l

    r168 r169  
    136136                       
    137137        /* Valid single characters for yyparse */
    138 [*:=+;]                 { return yytext[0]; }
     138[*:=+-;]                { return yytext[0]; }
    139139
    140140        /* Unrecognized sequence, if it did not match any previous pattern */
Note: See TracChangeset for help on using the changeset viewer.