diff options
author | dfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-21 22:29:08 +0000 |
---|---|---|
committer | dfranke <dfranke@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-12-21 22:29:08 +0000 |
commit | 0ed6d01267b2aa1508dec3ed1bbfb67ad3f4dcba (patch) | |
tree | 431fe1679a89a4f2c4ce0e099c1c53dd39131c0d /libgomp/config.h.in | |
parent | c8aaf000d90103d91d3314584c569bc0eb74467a (diff) | |
download | gcc-0ed6d01267b2aa1508dec3ed1bbfb67ad3f4dcba.tar.gz |
2006-12-21 Daniel Franke <franke.daniel@gmail.com>
PR libgomp/28209
* libgomp.texi: New file.
* configure.ac: Add --enable-generated-files-in-srcdir option.
* Makefile.am: Add info, dvi, pdf, html targets. On request, copy
files to srcdir.
* Makefile.in: Regenerated.
* config.h.in: Regenerated.
* testsuite/Makefile.in: Regenerated.
* NOTES: Removed.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120122 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r-- | libgomp/config.h.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in index 0c1599388b2..0f33b00fdcb 100644 --- a/libgomp/config.h.in +++ b/libgomp/config.h.in @@ -78,19 +78,19 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION -/* The size of a `char', as computed by sizeof. */ +/* The size of `char', as computed by sizeof. */ #undef SIZEOF_CHAR -/* The size of a `int', as computed by sizeof. */ +/* The size of `int', as computed by sizeof. */ #undef SIZEOF_INT -/* The size of a `long', as computed by sizeof. */ +/* The size of `long', as computed by sizeof. */ #undef SIZEOF_LONG -/* The size of a `short', as computed by sizeof. */ +/* The size of `short', as computed by sizeof. */ #undef SIZEOF_SHORT -/* The size of a `void *', as computed by sizeof. */ +/* The size of `void *', as computed by sizeof. */ #undef SIZEOF_VOID_P /* Define to 1 if you have the ANSI C header files. */ |