diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2003-11-29 12:21:51 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2003-11-29 12:21:51 +0000 |
commit | a77b3dc16f227405dc95fa34d4a2bf29659ec695 (patch) | |
tree | 1bf7bc04b698f8c015e4e3a0d055f0b97e9d56ac | |
parent | 0fabadf6e484c8347c3f275c0e8dc0670f4a0428 (diff) |
Import gcc-3.3.2. Only the compiler. ada frontend removed for space
considerations.
-rw-r--r-- | gnu/usr.bin/gcc/gcc/cpplib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/gcc/cpplib.h b/gnu/usr.bin/gcc/gcc/cpplib.h index 42c817f7eae..7b3a54a3576 100644 --- a/gnu/usr.bin/gcc/gcc/cpplib.h +++ b/gnu/usr.bin/gcc/gcc/cpplib.h @@ -240,10 +240,6 @@ struct cpp_options const char *include_prefix; unsigned int include_prefix_len; - /* Directory prefix for system include directories in the standard search - path. */ - const char *sysroot; - /* The language we're preprocessing. */ enum c_lang lang; |