From 95a184e424ba346ca17240545a7be415a6eb8aed Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 30 Nov 2005 11:57:57 +0000 Subject: [PATCH] merged from trunk [SVN r31832] --- src/converter/type_id.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/converter/type_id.cpp b/src/converter/type_id.cpp index 940bd302..3fcabd6b 100644 --- a/src/converter/type_id.cpp +++ b/src/converter/type_id.cpp @@ -25,7 +25,7 @@ // http://lists.debian.org/debian-gcc/2003/09/msg00055.html notes // that, in cxxabi.h of gcc-3.x for x < 4, this type is used before it // is declared. -# if __GNUC__ == 3 && __GNUC_MINOR < 4 +# if __GNUC__ == 3 && __GNUC_MINOR__ < 4 class __class_type_info # endif