Do not print ; in thrift parser
authorMark Slee <mcslee@apache.org>
Wed, 8 Nov 2006 23:44:59 +0000 (23:44 +0000)
committerMark Slee <mcslee@apache.org>
Wed, 8 Nov 2006 23:44:59 +0000 (23:44 +0000)
Reviewed By: bizsys d00dz

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@664867 13f79535-47bb-0310-9956-ffa450edef68

compiler/cpp/src/thrift.l

index 839060e..e93bd26 100644 (file)
@@ -33,7 +33,7 @@ whitespace   ([ \t\r\n]*)
 multicomm    ("/*""/"*([^*/]|[^*]"/"|"*"[^/])*"*"*"*/")
 comment      ("//"[^\n]*)
 unixcomment  ("#"[^\n]*)
-symbol       ([:\,\{\}\(\)\=<>\[\]])
+symbol       ([:;\,\{\}\(\)\=<>\[\]])
 literal      ("\""[^"]*"\"")
 
 %%