After an explicit function call like "somefunc()" a question mark or
slash cannot be regex delimiters.
return;
case '(':
- c = phase2_getc ();
- if (c == ')')
- /* Ignore empty list. */
- continue;
- else
- phase2_ungetc (c);
tp->type = token_type_lparen;
return;
print __"Chained method calls without parentheses do not accept arguments!";
# ?; Re-sync.
+condition() ? 1 : 0;
+
+print __"Question mark after an explicit function call is always an operator!";
+# ?;
+
print __"Synching works.";
EOF
msgid "Chained method calls without parentheses do not accept arguments!"
msgstr ""
-#: xg-pl-8.pl:51
+#: xg-pl-8.pl:53
+msgid "Question mark after an explicit function call is always an operator!"
+msgstr ""
+
+#: xg-pl-8.pl:56
msgid "Synching works."
msgstr ""
EOF