bindings-DSL 1.0.18 → 1.0.19
raw patch · 2 files changed
+2/−4 lines, 2 files
Files
- bindings-DSL.cabal +2/−2
- bindings.dsl.h +0/−2
bindings-DSL.cabal view
@@ -17,7 +17,7 @@ . The extra module Bindings.Utilities will contain tools that may be convenient when working with FFI.-version: 1.0.18+version: 1.0.19 license: BSD3 license-file: LICENSE maintainer: Maurício C. Antunes <mauricio.antunes@gmail.com>@@ -37,4 +37,4 @@ source-repository this type: git location: ssh://git@bitbucket.org/mauricio/bindings-dsl- tag: 1.0.18+ tag: 1.0.19
bindings.dsl.h view
@@ -185,8 +185,6 @@ char fname[500][1000], ftype[500][1000]; } bc_fielddata; -bc_fielddata.n = 0; /* Avoid warning of unused variable */- #define bc_fieldname(type,field) {printf("c'");bc_glue(type,field);}; \ #define bc_unionupdate(type,field) {printf("u'");bc_glue(type,field);}; \