comparison libgomp/config.h.in @ 57:326d9e06c2e3

modify c-parser.c
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 15 Feb 2010 00:54:17 +0900
parents 77e2b8dfacca
children f6334be47118
comparison
equal deleted inserted replaced
54:f62c169bbc24 57:326d9e06c2e3
95 #undef PACKAGE_STRING 95 #undef PACKAGE_STRING
96 96
97 /* Define to the one symbol short name of this package. */ 97 /* Define to the one symbol short name of this package. */
98 #undef PACKAGE_TARNAME 98 #undef PACKAGE_TARNAME
99 99
100 /* Define to the home page for this package. */
101 #undef PACKAGE_URL
102
100 /* Define to the version of this package. */ 103 /* Define to the version of this package. */
101 #undef PACKAGE_VERSION 104 #undef PACKAGE_VERSION
102 105
103 /* The size of a `char', as computed by sizeof. */ 106 /* The size of `char', as computed by sizeof. */
104 #undef SIZEOF_CHAR 107 #undef SIZEOF_CHAR
105 108
106 /* The size of a `int', as computed by sizeof. */ 109 /* The size of `int', as computed by sizeof. */
107 #undef SIZEOF_INT 110 #undef SIZEOF_INT
108 111
109 /* The size of a `long', as computed by sizeof. */ 112 /* The size of `long', as computed by sizeof. */
110 #undef SIZEOF_LONG 113 #undef SIZEOF_LONG
111 114
112 /* The size of a `short', as computed by sizeof. */ 115 /* The size of `short', as computed by sizeof. */
113 #undef SIZEOF_SHORT 116 #undef SIZEOF_SHORT
114 117
115 /* The size of a `void *', as computed by sizeof. */ 118 /* The size of `void *', as computed by sizeof. */
116 #undef SIZEOF_VOID_P 119 #undef SIZEOF_VOID_P
117 120
118 /* Define to 1 if you have the ANSI C header files. */ 121 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS 122 #undef STDC_HEADERS
120 123