projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
Bug #14604 fixed: convert emptystr in builtin
[scilab.git]
/
scilab
/
modules
/
string
/
includes
/
string_gw.hxx
diff --git
a/scilab/modules/string/includes/string_gw.hxx
b/scilab/modules/string/includes/string_gw.hxx
index
f53a2a0
..
d3ec4f9
100644
(file)
--- a/
scilab/modules/string/includes/string_gw.hxx
+++ b/
scilab/modules/string/includes/string_gw.hxx
@@
-68,4
+68,5
@@
CPP_GATEWAY_PROTOTYPE(sci_isdigit);
CPP_GATEWAY_PROTOTYPE(sci_isascii);
CPP_GATEWAY_PROTOTYPE(sci_strsplit);
CPP_GATEWAY_PROTOTYPE(sci_isnum);
+CPP_GATEWAY_PROTOTYPE(sci_emptystr);
#endif /* !__STRING_GW_HXX__ */