summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2005-01-22 13:51:22 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2005-01-22 13:51:22 +0000
commit4e7c03832eb407ed4865bc947d1e97f3c20904ed (patch)
tree1258d8c86e310d3558225328248b2accd536ad91 /swig
parentcb8e2efac1dd363d2583bafb00c3e4032489fee7 (diff)
downloadlasso-4e7c03832eb407ed4865bc947d1e97f3c20904ed.tar.gz
lasso-4e7c03832eb407ed4865bc947d1e97f3c20904ed.tar.xz
lasso-4e7c03832eb407ed4865bc947d1e97f3c20904ed.zip
Renamed SWIG module name to "lasso" instead of "Lasso" for every language.
Diffstat (limited to 'swig')
-rw-r--r--swig/Lasso.i9
1 files changed, 0 insertions, 9 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i
index b5fbcf61..d00cecdf 100644
--- a/swig/Lasso.i
+++ b/swig/Lasso.i
@@ -25,11 +25,7 @@
*/
-#ifdef SWIGPERL5
%module lasso
-#else
-%module Lasso
-#endif
%include exception.i
@@ -649,11 +645,6 @@ SET_NODE_INFO(Node, DowncastableNode)
%rename(VERSION_MINOR) LASSO_VERSION_MINOR;
%rename(VERSION_SUBMINOR) LASSO_VERSION_SUBMINOR;
#endif
-/* Useless because some lines before, we explicitly tell to include lasso_config
- * in the generated wrap C source code.
- * #define LASSO_VERSION_MAJOR 0
-#define LASSO_VERSION_MINOR 4
-#define LASSO_VERSION_SUBMINOR 0*/
/* HttpMethod */