Descriptioncmd/yacc: fix handling of tokens that don't start with letters
CL 149110043 changed yacc to no longer keep a leading space
for quoted tokens.  That is OK by itself but unfortunately
yacc was relying on that leading space to notice which tokens
it should not output as const declarations.
Add a few such tokens to expr.y, although it won't make any
immediate difference as we seem to have no tests for yacc.
   
  Patch Set 1 #Patch Set 2 : diff -r 9472d0e26c23a691539de7cf0a81b6c3a569455a https://code.google.com/p/go #Patch Set 3 : diff -r 805a5313462bec71422395186ffff7155f289b8a https://code.google.com/p/go #
 MessagesTotal messages: 4 
  
       | 
    ||||||||||||||||||||||||||||