Move most printing to the action in the content production.
authorCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 17:17:38 +0000 (10:17 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 18:50:27 +0000 (11:50 -0700)
commit04af13539a7a4bc72b566c111914b103d9e851a6
tree55bf6bcf89aa4d44c74ef97beff9fc4da4f54cec
parentc5e9855f130b928b480c18c913135a411ee921e7
Move most printing to the action in the content production.

Previously, printing was occurring all over the place. Here we
document that it should all be happening at the top-level content
production, and we move the printing of directive newlines.

The printing of expanded macros is still happening in lower-level
productions, but we plan to fix that soon.
glcpp-parse.y