1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 11:43:15 +02:00

Remove obsolete reference to ~ operator

This commit is contained in:
Eelco Dolstra 2015-02-19 14:41:22 +01:00
parent 175935e053
commit 9bedd9b09b

View file

@ -286,7 +286,6 @@ void yyerror(YYLTYPE * loc, yyscan_t scanner, ParseData * data, const char * err
%left '*' '/' %left '*' '/'
%right CONCAT %right CONCAT
%nonassoc '?' %nonassoc '?'
%nonassoc '~'
%nonassoc NEGATE %nonassoc NEGATE
%% %%