[ros-kernel] use of the header 'iso646.h'?
Uwe Matthaeus
uwe.matthaeus at guehring.de
Tue Feb 3 08:21:26 CET 2004
Hello!
Is the use of the file 'iso646.h' a option? It fails at the
mingw distribution. Please look at (that's all):
/*
iso646.h -- Include file of operator name macros from Normative Addendum 1
of the ISO C standard.
*/
#ifndef _ISO646_H
#define _ISO646_H
#define and &&
#define and_eq &=
#define bitand &
#define bitor |
#define compl ~
#define not !
#define not_eq !=
#define or ||
#define or_eq |=
#define xor ^
#define xor_eq ^=
#endif /* _ISO646_H */
More information about the Ros-kernel
mailing list