diff options
author | jofret | 2009-06-19 15:23:35 +0000 |
---|---|---|
committer | jofret | 2009-06-19 15:23:35 +0000 |
commit | 8097a3ab6e7b365908977bbc01bb673821172996 (patch) | |
tree | 0f2bab486924263865a87863ef4698ea68d5221c /macros/findDeps | |
parent | e054d311902133230f8a06f4c742958dd89895b7 (diff) | |
download | scilab2c-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.sci | 2 |
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" |