grammar: split %union to group together related aspects
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 4 Apr 2013 13:32:49 +0000 (15:32 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Thu, 4 Apr 2013 13:38:06 +0000 (15:38 +0200)
commita17c70f876111f81e2968acfef936b7127660acd
treea7bcee5fa885f50487ba3d4cba724d60a0714bf1
parentc56d0037d290a2ec1e6a05fda0be753fdeca655c
grammar: split %union to group together related aspects

* src/parse-gram.y (INT): Fuse the %type and %token declaration.
Move its %union right before its introduction.
(%union): Split in several %unions, right before their use.
src/parse-gram.y