diff options
| -rw-r--r-- | swig/Lasso.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/Lasso.i b/swig/Lasso.i index da56f7e8..50cd4191 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -237,7 +237,7 @@ static void set_node_info(node_info *info, char *name, char *superName, swig_typ %} %init %{ -{ /* Brace needed for gcc 2.95 */ +{ /* Brace needed for pre-C99 compilers */ node_info *info; #define SET_NODE_INFO(className, superClassName) set_node_info(info++, #className, #superClassName, SWIGTYPE_p_##className) |
