summaryrefslogtreecommitdiff
path: root/macros/findDeps
diff options
context:
space:
mode:
authorjofret2009-06-19 15:23:35 +0000
committerjofret2009-06-19 15:23:35 +0000
commit8097a3ab6e7b365908977bbc01bb673821172996 (patch)
tree0f2bab486924263865a87863ef4698ea68d5221c /macros/findDeps
parente054d311902133230f8a06f4c742958dd89895b7 (diff)
downloadscilab2c-8097a3ab6e7b365908977bbc01bb673821172996.tar.gz
scilab2c-8097a3ab6e7b365908977bbc01bb673821172996.tar.bz2
scilab2c-8097a3ab6e7b365908977bbc01bb673821172996.zip
Begin intensive testing process
Diffstat (limited to 'macros/findDeps')
-rw-r--r--macros/findDeps/getAllInterfaces.sci2
1 files changed, 2 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci
index 930d557a..92f03509 100644
--- a/macros/findDeps/getAllInterfaces.sci
+++ b/macros/findDeps/getAllInterfaces.sci
@@ -88,6 +88,8 @@ function allInterfaces = getAllInterfaces()
"src/c/operations/interfaces/int_OpLogGe.h"
"src/c/operations/interfaces/int_OpLogLt.h"
"src/c/operations/interfaces/int_OpLogLe.h"
+ "src/c/operations/interfaces/int_OpLogAnd.h"
+ "src/c/operations/interfaces/int_OpLogOr.h"
"src/c/operations/interfaces/int_OpDotStar.h"
"src/c/operations/interfaces/int_OpDotSlash.h"
"src/c/operations/interfaces/int_OpBackSlash.h"