]> git.cameronkatri.com Git - mandoc.git/commit
Check in fix to roff conditional if/else stack running out of space.
authorKristaps Dzonsons <kristaps@bsd.lv>
Wed, 13 Apr 2011 16:26:11 +0000 (16:26 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Wed, 13 Apr 2011 16:26:11 +0000 (16:26 +0000)
commit04f6ea8edf45b7d3ac561fd783453b40d790cd81
treefbb6baf1560ee6a31a162798e22ceb205a213147
parent218935b0c729218c96bc720361b113d7b0afd03e
Check in fix to roff conditional if/else stack running out of space.
This transforms the stack pop to occur prior to body execution, instead
of afterward.  Floated to tech@ without response, but it makes sense
that this is alright and doesn't cause problems during extensive
testing.
roff.c