X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Console%2FParse.ih;h=9a62aa7e525dc1bc6fcb0fab23620b37367fe736;hb=9a782796586d1f6708e1baab64f2140c3c7972e8;hp=0de5ade57303844225c4b82ed7e99cee97ed63e4;hpb=2d5a1fd2cef2d84e16226a7336948f524fbb71c6;p=senf.git diff --git a/Console/Parse.ih b/Console/Parse.ih index 0de5ade..9a62aa7 100644 --- a/Console/Parse.ih +++ b/Console/Parse.ih @@ -140,7 +140,8 @@ namespace detail { special_p ("/(){};"), // Characters which are returned as punctuation tokens - punctuation_p (",="), + // (only allowed within '()') + punctuation_p (",=/{};"), // Whitespace characters space_p (" \t\n\r"),