summaryrefslogtreecommitdiff
path: root/gcc/c-common.h
diff options
context:
space:
mode:
authorzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-29 03:01:27 +0000
committerzlaski <zlaski@138bc75d-0d04-0410-961f-82ee72b054a4>2005-06-29 03:01:27 +0000
commit66575a0b4994fa8b8c75366ccfdca82145d052ea (patch)
tree6da74cb40b335fa28c92f12e5adfac5c2b98d7e0 /gcc/c-common.h
parent2042b067969b996056a7cfc71e8583a4bdfec2c7 (diff)
downloadgcc-66575a0b4994fa8b8c75366ccfdca82145d052ea.tar.gz
[gcc/ChangeLog]
2006-06-28 Ziemowit Laski <zlaski@apple.com> * c-common.c (flag_next_runtime): Move... * toplev.c (flag_next_runtime): ... here. * c-common.h (flag_next_runtime): Move... * flags.h (flag_next_runtime): ... here. * config/darwin-c.c: Include flags.h. * config/t-darwin (darwin-c.o): Depend on flags.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@101415 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
-rw-r--r--gcc/c-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h
index d3839b73d88..fabb67e6b20 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -449,10 +449,6 @@ extern int warn_main;
extern int flag_gen_declaration;
-/* Generate code for GNU or NeXT runtime environment. */
-
-extern int flag_next_runtime;
-
/* Tells the compiler that this is a special run. Do not perform any
compiling, instead we are to test some platform dependent features
and output a C header file with appropriate definitions. */