From 84e39114ef36f4f202028695936e3725b9a08474 Mon Sep 17 00:00:00 2001 From: bstarynk Date: Tue, 11 Mar 2008 15:19:27 +0000 Subject: 2008-03-11 Basile Starynkevitch merged with trunk r133107 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@133113 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/config.h.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libgfortran/config.h.in') diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in index 72d46d9e365..ddf8dd57620 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -805,19 +805,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. */ @@ -835,5 +835,5 @@ /* Define for large files, on AIX-style hosts. */ #undef _LARGE_FILES -/* Define to `long' if does not define. */ +/* Define to `long int' if does not define. */ #undef off_t -- cgit v1.2.1