diff options
Diffstat (limited to 'libcpp/expr.c')
| -rw-r--r-- | libcpp/expr.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/libcpp/expr.c b/libcpp/expr.c index d8438a5..4b514b1 100644 --- a/libcpp/expr.c +++ b/libcpp/expr.c @@ -1075,8 +1075,8 @@ parse_defined (cpp_reader *pfile)    pfile->state.prevent_expansion--;    /* Do not treat conditional macros as being defined.  This is due to the -     powerpc and spu ports using conditional macros for 'vector', 'bool', and -     'pixel' to act as conditional keywords.  This messes up tests like #ifndef +     powerpc port using conditional macros for 'vector', 'bool', and 'pixel' +     to act as conditional keywords.  This messes up tests like #ifndef       bool.  */    result.unsignedp = false;    result.high = 0;  | 
