aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-05-06 22:20:08 +0300
committerSergey Poznyakoff <gray@gnu.org>2019-05-06 22:20:08 +0300
commite4b6d1f9b9bc45197ba104868baece447a1b7f5f (patch)
treed4ce9bab10f0c798de22b344150ca90f6373bfc7
parentb40eb82c9a837d0338593d475d90402629c1b000 (diff)
downloadrush-e4b6d1f9b9bc45197ba104868baece447a1b7f5f.tar.gz
rush-e4b6d1f9b9bc45197ba104868baece447a1b7f5f.tar.bz2
Use consistent printable token representation.
-rw-r--r--src/cfgram.y30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/cfgram.y b/src/cfgram.y
index e4c5f29..4c1f859 100644
--- a/src/cfgram.y
+++ b/src/cfgram.y
@@ -69,22 +69,22 @@ static void add_asgn_list(struct asgn *head, enum envar_type type);
%token RUSH "rush"
%token <version> T_VERSION
-%token RULE "\"rule\""
-%token GLOBAL "\"global\""
+%token RULE "rule"
+%token GLOBAL "global"
%token EOL "end of line"
-%token SET "\"set\""
-%token MAP "\"map\""
-%token UNSET "\"unset\""
-%token MATCH "\"match\""
-%token FALLTHROUGH "\"fallthrough\""
-%token INCLUDE "\"input\""
-%token LIMITS "\"limits\""
-%token CLRENV "\"clrenv\""
-%token SETENV "\"setenv\""
-%token UNSETENV "\"unsetenv\""
-%token KEEPENV "\"keepenv\""
-%token DELETE "\"delete\""
-%token EXIT "\"exit\""
+%token SET "set"
+%token MAP "map"
+%token UNSET "unset"
+%token MATCH "match"
+%token FALLTHROUGH "fallthrough"
+%token INCLUDE "input"
+%token LIMITS "limits"
+%token CLRENV "clrenv"
+%token SETENV "setenv"
+%token UNSETENV "unsetenv"
+%token KEEPENV "keepenv"
+%token DELETE "delete"
+%token EXIT "exit"
%token <attrib> ATTRIB "rule attribute"
%token <global_attrib> GLATTRIB "global attribute"
%token BOGUS "erroneous token"

Return to:

Send suggestions and report system problems to the System administrator.