diff options
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. */ |