summaryrefslogtreecommitdiff
path: root/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/parse.y b/parse.y
index 936c8e796d..f1f5d7882c 100644
--- a/parse.y
+++ b/parse.y
@@ -1706,11 +1706,7 @@ fname : tIDENTIFIER
| op
{
lex_state = EXPR_END;
- /*%%%*/
- $$ = $1;
- /*%
$$ = $1;
- %*/
}
| reswords
{