]> git.eshelyaron.com Git - emacs.git/commitdiff
semantic: Change unary expression rule
authorEric Ludlam <eric@siege-engine.com>
Tue, 13 Sep 2016 23:05:10 +0000 (19:05 -0400)
committerDavid Engster <deng@randomsample.de>
Sun, 22 Jan 2017 21:25:16 +0000 (22:25 +0100)
* admin/grammars/c.by (unaryexpression): Use 'namespace-symbol'
 instead of 'symbol'.

admin/grammars/c.by

index 7488c759b88eee32fa07f5b36974d27ab3635304..3db1be74a2215acbf2952f9bda86f9dca9d1e70e 100644 (file)
@@ -1242,7 +1242,7 @@ unaryexpression
   | multi-stage-dereference
   | NEW multi-stage-dereference
   | NEW builtintype-types semantic-list
-  | symbol
+  | namespace-symbol
  ;; Klaus Berndl: C/C++ allows sequences of strings which are
  ;; concatenated by the precompiler to one string
   | string-seq