8000 Fixed bug in hsc_macros · LumiGuide/haskell-opencv@91fba8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 91fba8d

Browse files
committed
Fixed bug in hsc_macros
Whitespace matters. Also, don't test with just "cabal build" without a "cabal clean"...
1 parent 8848577 commit 91fba8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opencv/include/hsc_macros.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This files defines some hsc2hs macros. For documentation on how to construct cus
99
#include <bindings.dsl.h>
1010

1111
#define bc_sizeof_varid(name) {printf("c'sizeof_");bc_word(name);}; \
12+
1213
#define bc_alignof_varid(name) {printf("c'alignof_");bc_word(name);}; \
1314

1415
/*

0 commit comments

Comments
 (0)
0