summaryrefslogtreecommitdiff
path: root/src/symtab.c
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2009-10-04 23:44:44 -0400
committerJoel E. Denny <jdenny@clemson.edu>2009-10-05 00:12:41 -0400
commitb143f4048fe39451ec739d956b4ca1f4fd8e694d (patch)
tree4d83b95a08060e9d4127a886ced9dceceb3cb623 /src/symtab.c
parent7439c5c0f94940884e998c06b910476c6f6145b5 (diff)
downloadbison-b143f4048fe39451ec739d956b4ca1f4fd8e694d.tar.gz
Minor code cleanup.
* src/parse-gram.y: Clean up sorting of declarations. Use types to simplify %printer declarations where possible. Provide %printer for BRACKETED_ID and symbol.prec. * src/symtab.c: Whitespace change.
Diffstat (limited to 'src/symtab.c')
-rw-r--r--src/symtab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/symtab.c b/src/symtab.c
index 0a3c447e..ce29dfc9 100644
--- a/src/symtab.c
+++ b/src/symtab.c
@@ -489,7 +489,7 @@ static inline void
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