aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config.h.in
diff options
context:
space:
mode:
authorDaniel Franke <franke.daniel@gmail.com>2006-12-21 17:29:08 -0500
committerDaniel Franke <dfranke@gcc.gnu.org>2006-12-21 17:29:08 -0500
commit3721b9e1ee8b73b2e299fb2ce80568a35578e728 (patch)
tree431fe1679a89a4f2c4ce0e099c1c53dd39131c0d /libgomp/config.h.in
parente9d207d9ac31509bbf6db4035b3784c74b47d669 (diff)
downloadgcc-3721b9e1ee8b73b2e299fb2ce80568a35578e728.zip
gcc-3721b9e1ee8b73b2e299fb2ce80568a35578e728.tar.gz
gcc-3721b9e1ee8b73b2e299fb2ce80568a35578e728.tar.bz2
re PR libgomp/28209 (None of the GOMP_* environment variables are documented)
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. From-SVN: r120122
Diffstat (limited to 'libgomp/config.h.in')
-rw-r--r--libgomp/config.h.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/libgomp/config.h.in b/libgomp/config.h.in
index 0c15993..0f33b00 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. */