except.c (set_exception_lang_code, [...]): Use prototype-style definition if __STDC__...
authorJohn Carr <jfc@mit.edu>
Tue, 11 Aug 1998 13:36:42 +0000 (13:36 +0000)
committerJohn Carr <jfc@gcc.gnu.org>
Tue, 11 Aug 1998 13:36:42 +0000 (13:36 +0000)
commit53bfe9cda9f36ae846038f99af933743d8e0cf05
treeebfabb3133324928e61d654cfaee187e971932fd
parentcba96cb7e0eb5ee34c57f3f9c92530128fbaabf3
except.c (set_exception_lang_code, [...]): Use prototype-style definition if __STDC__, to match declaration in except.h.

* except.c (set_exception_lang_code, set_exception_version_code):
Use prototype-style definition if __STDC__, to match declaration
in except.h.
* genemit.c: Change FAIL and DONE macros not to use loops.

From-SVN: r21675
gcc/ChangeLog
gcc/except.c
gcc/genemit.c