OSDN Git Service

2001-10-22 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / config / os / generic / bits / os_defines.h
index b3984f3..143c07e 100644 (file)
 
 
 #ifndef _GLIBCPP_OS_DEFINES
-#  define _GLIBCPP_OS_DEFINES
+#define _GLIBCPP_OS_DEFINES 1
 
 // System-specific #define, typedefs, corrections, etc, go here.  This
 // file will come before all others.
 
-#ifdef __alpha__
-#define __glibcpp_long_bits 64
-#endif
-
 #endif