View | Details | Raw Unified | Return to issue 13400
Collapse All | Expand All

(-)inc/sal/config.h (+10 lines)
Lines 163-168 Link Here
163
#define sun sun
163
#define sun sun
164
#endif
164
#endif
165
165
166
/* This is to work around a gcc 3.3 error that fixing actually breaks other
167
 * compilers.  This will create a dummy variable specifically for gcc 3.3 that
168
 * allows it to compile and not break the others.  Other compilers may follow
169
 * with this eror later. */
170
#ifdef __GNUC__ == 3 and __GNUC_MINOR__ > 1
171
#  define SAL_ISO_CONST const
172
#else
173
#  define SAL_ISO_CONST
174
#endif
175
166
#endif /*_SAL_CONFIG_H_ */
176
#endif /*_SAL_CONFIG_H_ */
167
177
168
178

Return to issue 13400