File colm-type.diff of Package colm
From: Jan Engelhardt <jengelh@inai.de>
Date: 2016-06-23 10:04:49.462932726 +0200
Fix a spello which caused a compilation failure.
---
src/bytecode.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: colm-0.13.0.3/src/bytecode.c
===================================================================
--- colm-0.13.0.3.orig/src/bytecode.c
+++ colm-0.13.0.3/src/bytecode.c
@@ -70,7 +70,7 @@ tree_t **host_call( program_t *prg, long
i = (type) w; \
} while(0)
- #define read_type_p( type, i, p ) do { \
+ #define read_type_p( Type, i, p ) do { \
i = ((Type) p[0]); \
i |= ((Type) p[1]) << 8; \
i |= ((Type) p[2]) << 16; \