diff options
author | jofret | 2009-06-05 15:31:48 +0000 |
---|---|---|
committer | jofret | 2009-06-05 15:31:48 +0000 |
commit | 74ee91efdd1d12cb6e224ecc87f0cc51a51bcbc1 (patch) | |
tree | 484736de55d5ce87a2503cb7024c1835f8073766 /macros/findDeps | |
parent | 462563271edd528e1785ed30beff1683f1859ac2 (diff) | |
download | scilab2c-74ee91efdd1d12cb6e224ecc87f0cc51a51bcbc1.tar.gz scilab2c-74ee91efdd1d12cb6e224ecc87f0cc51a51bcbc1.tar.bz2 scilab2c-74ee91efdd1d12cb6e224ecc87f0cc51a51bcbc1.zip |
Enable order comparison
Diffstat (limited to 'macros/findDeps')
-rw-r--r-- | macros/findDeps/getAllInterfaces.sci | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macros/findDeps/getAllInterfaces.sci b/macros/findDeps/getAllInterfaces.sci index 96d9a960..be0cd443 100644 --- a/macros/findDeps/getAllInterfaces.sci +++ b/macros/findDeps/getAllInterfaces.sci @@ -83,6 +83,10 @@ function allInterfaces = getAllInterfaces() "src/c/operations/interfaces/int_OpEqual.h" "src/c/operations/interfaces/int_OpLogEq.h" "src/c/operations/interfaces/int_OpLogNe.h" + "src/c/operations/interfaces/int_OpLogGt.h" + "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_OpDotStar.h" "src/c/operations/interfaces/int_OpDotSlash.h" "src/c/operations/interfaces/int_OpBackSlash.h" |