Scilab: fix bug og generated line too long

This commit is contained in:
Simon Marchetto 2013-09-09 18:07:59 +02:00
commit a95a6d623a

View file

@ -533,7 +533,7 @@ public:
Wrapper_print(getFunctionWrapper, wrappersSection);
/* Add function to builder table */
Printf(builderCode, "\"%s\",\"%s\";", getFunctionName, getFunctionName);
addFunctionInBuilder(getFunctionName, getFunctionName);
/* Manage SET function */
if (is_assignable(node)) {