spv: Change comments in grammars from # to //.
[pspp] / src / output / spv / binary-parser-generator
index a62456c4b3498a22316ce465eac03cc351ff388d..e4400f116b0215fc9423ab059a465a4d59648378 100644 (file)
@@ -92,7 +92,7 @@ def get_token():
     line = line.lstrip()
     if line == "":
         get_token()
-    elif line[0] == '#':
+    elif line.startswith('//'):
         line = ''
         get_token()
     elif line[0] in '[]()?|*':