On Mon, 14 Dec 2009, Tamas TEVESZ wrote: Hi,
> would someone with gcc2 handy get me the output of > gcc -dM -E -xc /dev/null > please? (whatever /dev/null is on your platform; running it on an > empty file is good, too.) On some platform /dev/null in read works like /dev/zero so above command may crash. > please indicate what platform you are on. See __VERSION__ below. > i am not at the moment interested in any other gcc version, only v2. #define __USER_LABEL_PREFIX__ #define __SIZE_TYPE__ unsigned int #define __PTRDIFF_TYPE__ int #define __HAVE_BUILTIN_SETJMP__ 1 #define __i386 1 #define __GNUC_PATCHLEVEL__ 0 #define __ELF__ 1 #define __WCHAR_TYPE__ long int #define __NO_INLINE__ 1 #define __GNUC_MINOR__ 96 #define __WINT_TYPE__ unsigned int #define __tune_i386__ 1 #define __unix 1 #define unix 1 #define __REGISTER_PREFIX__ #define __linux 1 #define __GNUC__ 2 #define i386 1 #define __linux__ 1 #define __VERSION__ "2.96 20000731 (Red Hat Linux 7.3 2.96-110)" #define __i386__ 1 #define linux 1 #define __unix__ 1 best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
