diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-11-02 09:50:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-11-02 09:50:40 +0000 |
commit | f517b23069c27e3237d024e00d0a6300901d578d (patch) | |
tree | 269513edb80554b27bde5dc42974df80ab841cc0 /gnu/usr.bin/cc/libcpp | |
parent | 8cf0f3b7277cb8e42f8471fdda85b3869063464b (diff) |
Include the type override definitions and use the correct target
information so this works on i386 as well.
ok robert@
Diffstat (limited to 'gnu/usr.bin/cc/libcpp')
-rw-r--r-- | gnu/usr.bin/cc/libcpp/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/libcpp/config.h b/gnu/usr.bin/cc/libcpp/config.h index 202a633d718..f640da59b36 100644 --- a/gnu/usr.bin/cc/libcpp/config.h +++ b/gnu/usr.bin/cc/libcpp/config.h @@ -1,6 +1,6 @@ /* config.h. Generated by configure. */ /* config.in. Generated from configure.ac by autoheader. */ -/* $OpenBSD: config.h,v 1.1 2009/10/15 20:50:20 robert Exp $ */ +/* $OpenBSD: config.h,v 1.2 2009/11/02 09:50:39 jsg Exp $ */ /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. @@ -282,3 +282,5 @@ /* Define to `unsigned' if <sys/types.h> does not define. */ /* #undef size_t */ + +#include <size-host.h> |