summaryrefslogtreecommitdiff
path: root/src/struct.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-10-06 10:50:30 -0400
committerAdrian Thurston <thurston@complang.org>2015-10-06 10:50:30 -0400
commit0088b7912eb1bbcf7034b005ef84e133f3d89aab (patch)
tree1b03a4ac4f897bb8e00dcf0992f1053b3ec666cc /src/struct.h
parentdc2a84cc6c730f991e5f7c41964f1a81a086aaae (diff)
downloadcolm-0088b7912eb1bbcf7034b005ef84e133f3d89aab.tar.gz
collect and emit reduction action items
Diffstat (limited to 'src/struct.h')
-rw-r--r--src/struct.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/struct.h b/src/struct.h
index 25000fbb..fb6bd84a 100644
--- a/src/struct.h
+++ b/src/struct.h
@@ -5,8 +5,6 @@
extern "C" {
#endif
-#include <stdbool.h>
-
typedef void (*colm_destructor_t)( struct colm_program *prg,
tree_t **sp, struct colm_struct *s );
@@ -131,7 +129,7 @@ struct colm_struct *colm_struct_inbuilt( struct colm_program *prg, int size,
colm_struct_get_addr( obj, map_el_t*, prg->rtd->generic_info[genId].el_offset )
parser_t *colm_parser_new( struct colm_program *prg,
- struct generic_info *gi, bool reducer );
+ struct generic_info *gi, int reducer );
stream_t *colm_stream_new( struct colm_program *prg );
stream_t *colm_stream_new_struct( struct colm_program *prg );