From bd49a666cb29920ed9c10d5e76b3e05886fb0dc5 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Thu, 3 May 2007 16:09:30 +0200
Subject: [PATCH] Oops.

Rev: lib/modules/Sql.pmod/mysql.pike:1.38
---
 lib/modules/Sql.pmod/mysql.pike | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/modules/Sql.pmod/mysql.pike b/lib/modules/Sql.pmod/mysql.pike
index 6283fd9100..bc600e69c7 100644
--- a/lib/modules/Sql.pmod/mysql.pike
+++ b/lib/modules/Sql.pmod/mysql.pike
@@ -1,5 +1,5 @@
 /*
- * $Id: mysql.pike,v 1.37 2007/05/03 13:57:35 mast Exp $
+ * $Id: mysql.pike,v 1.38 2007/05/03 14:09:30 mast Exp $
  *
  * Glue for the Mysql-module
  */
@@ -23,7 +23,7 @@ inherit Mysql.mysql;
 #define CH_DEBUG(X...)
 #endif
 
-#ifndef (Mysql.mysql.HAVE_MYSQL_FIELD_CHARSETNR)
+#if !constant (Mysql.mysql.HAVE_MYSQL_FIELD_CHARSETNR)
 // Recognition constant to tell that the unicode decode mode would use
 // the buggy MySQLBrokenUnicodeWrapper if it would be enabled through
 // any of the undocumented methods.
-- 
GitLab