From 9bedd9b09b0b622286498b079207b80a4bbd1118 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 19 Feb 2015 14:41:22 +0100 Subject: [PATCH] Remove obsolete reference to ~ operator --- src/libexpr/parser.y | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libexpr/parser.y b/src/libexpr/parser.y index 7d877cd67..091d59071 100644 --- a/src/libexpr/parser.y +++ b/src/libexpr/parser.y @@ -286,7 +286,6 @@ void yyerror(YYLTYPE * loc, yyscan_t scanner, ParseData * data, const char * err %left '*' '/' %right CONCAT %nonassoc '?' -%nonassoc '~' %nonassoc NEGATE %%