Mercurial > hg > xemacs-beta
comparison src/s/sol2.h @ 4122:8fea628c26fb
[xemacs-hg @ 2007-08-17 08:01:13 by crestani]
2007-08-14 Marcus Crestani <crestani@xemacs.org>
* s/sol2.h: Fix for GCC lossage not needed with SunOS 5.10.
author | crestani |
---|---|
date | Fri, 17 Aug 2007 08:01:23 +0000 |
parents | 6265c9c31f53 |
children | 8c406331e77e 861f2601a38b |
comparison
equal
deleted
inserted
replaced
4121:93d89c13f1b5 | 4122:8fea628c26fb |
---|---|
9 #ifndef USG5_4 | 9 #ifndef USG5_4 |
10 #define USG5_4 | 10 #define USG5_4 |
11 #endif | 11 #endif |
12 | 12 |
13 /* Fix understandable GCC lossage on Solaris 2.6 */ | 13 /* Fix understandable GCC lossage on Solaris 2.6 */ |
14 #if defined(__GNUC__) && OS_RELEASE >= 506 && !defined(NOT_C_CODE) | 14 #if defined(__GNUC__) && OS_RELEASE >= 506 && OS_RELEASE < 510 && !defined(NOT_C_CODE) |
15 | 15 |
16 /* GCC va_list munging is a little messed up */ | 16 /* GCC va_list munging is a little messed up */ |
17 #define __GNUC_VA_LIST | 17 #define __GNUC_VA_LIST |
18 #define _VA_LIST_ | 18 #define _VA_LIST_ |
19 #define _VA_LIST va_list | 19 #define _VA_LIST va_list |