summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-24 09:08:52 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-04-24 09:08:52 +0000
commitce1a737c5d8541db078a16891f5d9c60f9747bb6 (patch)
treeed8f6448a70614d0a12e305b74ca617397231177 /libgfortran/config.h.in
parent095798e3c7fc33fce0e1ca8c05a10d89428dc6bd (diff)
downloadgcc-ce1a737c5d8541db078a16891f5d9c60f9747bb6.tar.gz
2007-04-24 Janne Blomqvist <jb@gcc.gnu.org>
PR fortran/27740 * configure.ac: New test to determine if symbol versioning is supported. * Makefile.am: Use result of above test to add appropriate linker flags. * gfortran.map: New file. * configure: Regenerated. * Makefile.in: Regenerated. * config.h.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124098 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index f0d15d7de2a..c22e9c29c1b 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -735,19 +735,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. */
@@ -768,5 +768,5 @@
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
-/* Define to `long' if <sys/types.h> does not define. */
+/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t