diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2013-09-10 12:54:57 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2013-09-10 12:54:57 +0200 |
commit | d27e127aa996d500fed21be2bbbe888cafecb830 (patch) | |
tree | e388432615334c4e12302cfb4097b66ecde2ee5e /conf/cf-lex.l | |
parent | bff9ce5130d16af2fd802d42bdb2bff00980c9ae (diff) | |
parent | b0a8c7fc8547eef21ede33887580b5e867ee742c (diff) |
Merge commit 'origin/master'
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r-- | conf/cf-lex.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l index 50f390e0..b1bbeae2 100644 --- a/conf/cf-lex.l +++ b/conf/cf-lex.l @@ -172,7 +172,7 @@ else: { return ELSECOL; } -({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.])*[']) { +({ALPHA}{ALNUM}*|[']({ALNUM}|[-]|[\.]|[:])*[']) { if(*yytext == '\'') { yytext[yyleng-1] = 0; yytext++; |