aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-03-11 06:42:21 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-03-11 06:42:21 +0000
commitcb60f38d5b06fd610dbf5216d8751f8db0274edd (patch)
tree4a61a1ebad36b280444ec7dd62765959ac5bd940 /gcc/c-common.h
parent5858cd26b2a70d195dd6cac584a154a6550d8cf0 (diff)
downloadgcc-cb60f38d5b06fd610dbf5216d8751f8db0274edd.zip
gcc-cb60f38d5b06fd610dbf5216d8751f8db0274edd.tar.gz
gcc-cb60f38d5b06fd610dbf5216d8751f8db0274edd.tar.bz2
Makefile.in: Update.
* Makefile.in: Update. * c-common.c: Don't include real.h or except.h. (REGISTER_PREFIX): Remove. (builtin_define_std, builtin_define_with_value, builtin_define_with_int_value, builtin_define_with_hex_fp_value, builtin_define_type_max, builtin_define_type_precision, builtin_define_float_constants): Move to c-cppbuiltin.c. (c_stddef_cpp_builtins): New. * c-common.h (builtin_define_with_value, c_stddef_cpp_builtins): New. * c-cppbuiltin.c: New, extracted from c-common.c. (define__GNUC__): New. * cppspec.c (lang_specific_driver): Remove support of -no-gcc. * gcc.c: Remove support of %v1, %v2 and %v3 specs. (cpp_unique_options): Don't support no-gcc. (do_spec_1): Remove support of version specs. * doc/invoke.texi: Remove documentation of %v1, %v2 and %v3. * doc/passes.texi: Update. * doc/tm.texi: Update. cp: * Make-lang.in (CXX_C_OBJS): Update. * lang-specs.h: Don't define __GNUG__ here. From-SVN: r64162
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index eb85e28..ddd557da 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -1292,6 +1292,9 @@ extern void c_common_read_pch PARAMS ((cpp_reader *pfile,
int fd,
const char *orig));
extern void c_common_write_pch PARAMS ((void));
+extern void builtin_define_with_value PARAMS ((const char *,
+ const char *, int));
+extern void c_stddef_cpp_builtins PARAMS ((void));
/* In c-ppoutput.c */
extern void init_pp_output PARAMS ((FILE *));