This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
This patch changes the remaining prototypes in the tree-ssa branch to ISO C90 and cleans also gfortranspec.c up a bit. Tested on x86_64-linux-gnu. Committed as pre-approved/obvious, Andreas 2003-07-27 Andreas Jaeger <aj@suse.de> * tree.c: Convert remaining K&R prototypes to ISO C90. * tree-dump.c: Likewise. * tree-inline.c: Likewise. * stmt.c (expand_asm_expr): Likewise. * diagnostic.h: Remove PARAMS. For java: * expr.c (build_expr_wfl): Convert remaining K&R prototypes to ISO C90. For cp: * cp-lang.c: Convert K&R prototypes to ISO C90. * cp-simplify.c: Likewise. * cp-mudflap.c: Likewise. Fortran: * trans-decl.c (gfc_generate_constructors): Convert prototype to ISO C90. * trans-const.c (gfc_init_constants): Likewise. * trans-intrinsic.c (gfc_build_intrinsic_lib_fndecls): Likewise. * gfortranspec.c: Convert to ISO C90. (lang_specific_driver): Correct copyright, remove ALT_LIBM usage.
Attachment:
tree-ssa.patch.bz2
Description: BZip2 compressed data
-- Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Deutschherrnstr. 15-19, 90429 Nürnberg, Germany GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
Attachment:
pgp00000.pgp
Description: PGP signature
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |