diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-18 11:22:54 -0500 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2020-05-18 23:47:31 -0500 |
| commit | 11f84d4d8075d96aed623d09972a79f2702486a8 (patch) | |
| tree | 8bc5a1d949c7d5d268a3d29776c3a7fc9025bde2 /tests | |
| parent | 985741cc8de35ea36933ddb845f93316288c30b8 (diff) | |
| download | nimterop-11f84d4d8075d96aed623d09972a79f2702486a8.tar.gz nimterop-11f84d4d8075d96aed623d09972a79f2702486a8.zip | |
var support, interleaved #defines, fix ast1 default, misc performance
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/rsa.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/rsa.nim b/tests/rsa.nim index e7bde89..a4aa64b 100644 --- a/tests/rsa.nim +++ b/tests/rsa.nim @@ -35,10 +35,11 @@ cPlugin: cOverride: proc OPENSSL_die*(assertion: cstring; file: cstring; line: cint) {.importc.} +# Skip comments for https://github.com/tree-sitter/tree-sitter-c/issues/44 cImport(@[ basePath / "rsa.h", basePath / "err.h", -], recurse = true, flags = "-f:ast2 -s " & FLAGS) +], recurse = true, flags = "-f:ast2 -s -c " & FLAGS) {.passL: cryptoLPath.} |
