]> granicus.if.org Git - ejabberd/commitdiff
* src/odbc_queries.erl: Added a default define value so that we
authorMickaël Rémond <mickael.remond@process-one.net>
Sat, 1 Dec 2007 14:25:31 +0000 (14:25 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Sat, 1 Dec 2007 14:25:31 +0000 (14:25 +0000)
can recompile the file manually with a simple erlc command (with the
default generic value).

SVN Revision: 1007

ChangeLog
src/odbc/odbc_queries.erl

index 5399a9a3dbcd1c6a8e29dd544cd17d5987be6efa..e459c24cda3409efde1d59ee9a5402b21145779e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-01  Mickael Remond  <mremond@process-one.net>
+
+       * src/odbc_queries.erl: Added a default define value so that we
+       can recompile the file manually with a simple erlc command (with the
+        default generic value).
+
 2007-12-01  Alexey Shchepin  <alexey@process-one.net>
 
        * src/mod_pubsub/Makefile.in: Removed mod_pubsub_old mentioning
index 33717c59bcfcb4fe8f67c84cb78d2ba58829f744..bfe9d7c974d49a69888c7f9b1e02847f296463f9 100644 (file)
 %% We have only two compile time options for db queries:
 %-define(generic, true).
 %-define(mssql, true).
-%-ifndef(mssql).
-%-define(generic, true).
-%-endif.
+-ifndef(mssql).
+-undef(generic).
+-define(generic, true).
+-endif.
 
 %% -----------------
 %% Generic queries