]> git.saurik.com Git - bison.git/blobdiff - src/symtab.c
Minor code cleanup.
[bison.git] / src / symtab.c
index e694db481312895160cdae90695d73f6c01392be..a2631852047f753afc321232cc58d95d5e469d2d 100644 (file)
@@ -454,7 +454,7 @@ static inline void
 symbol_check_alias_consistency (symbol *this)
 {
   symbol *sym = this;
 symbol_check_alias_consistency (symbol *this)
 {
   symbol *sym = this;
-  symbol *str  = this->alias;
+  symbol *str = this->alias;
 
   /* Check only the symbol in the symbol-string pair.  */
   if (!(this->alias
 
   /* Check only the symbol in the symbol-string pair.  */
   if (!(this->alias