preproc: restore correct break; in do_directive()
commitca348b6343376af269283db80ba2df5f775622d8
authorH. Peter Anvin <hpa@zytor.com>
Wed, 23 Jul 2008 14:49:26 +0000 (23 10:49 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 23 Jul 2008 14:52:43 +0000 (23 10:52 -0400)
tree996fc2346ee5690b726d062fac4642cbdff0b442
parentb916edecf427058f2345846075a382cb27bfbd75
preproc: restore correct break; in do_directive()

Checkin a26433db6805cf1f1d711eb820f6a50a98f54f36 incorrectly changed a
few break;s in do_directive() that were *inside loops* to returns.
This broke single-line macros as well as %exitrep; fix.
preproc.c