List:Commits« Previous MessageNext Message »
From:jwinstead Date:September 11 2006 9:13pm
Subject:Connector/ODBC 3.51 commit: r91 - trunk/myodbc3m
View as plain text  
Modified:
   trunk/myodbc3m/myodbc3m.h
Log:
Fix typo in #ifdef test


Modified: trunk/myodbc3m/myodbc3m.h
===================================================================
--- trunk/myodbc3m/myodbc3m.h	2006-09-11 21:11:13 UTC (rev 90)
+++ trunk/myodbc3m/myodbc3m.h	2006-09-11 21:13:00 UTC (rev 91)
@@ -11,7 +11,7 @@
 #include <sqlext.h>
 
 /* Disable _attribute__ on non-gcc compilers. */
-#if !defined(__attribute__) && !define(__GNUC__)
+#if !defined(__attribute__) && !defined(__GNUC__)
 # define __attribute__(arg)
 #endif
 

Thread
Connector/ODBC 3.51 commit: r91 - trunk/myodbc3mjwinstead11 Sep