--- a/plugins/c_ext/c_ext.py Fri May 23 10:31:26 2008 +0200
+++ b/plugins/c_ext/c_ext.py Fri May 23 10:52:55 2008 +0200
@@ -281,7 +281,7 @@
text += "/* User variables reference */\n"
- text += "#define %s %s;\n"%(var["Name"], var["location"])
+ text += "#define %s %s\n"%(var["Name"], var["location"]) # Adding user global variables and routines