comparison src/parallel_execution/context.h @ 254:edb3aff688d0

fix generator CLI
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 27 Jan 2017 10:10:09 +0900
parents d1567718f12c
children 195518ab62fc
comparison
equal deleted inserted replaced
253:ebc13549394c 254:edb3aff688d0
249 long size; 249 long size;
250 } Allocate; 250 } Allocate;
251 struct OutPutDataSegments { 251 struct OutPutDataSegments {
252 union Data **data; 252 union Data **data;
253 } Ods; 253 } Ods;
254 }; // union Data end 254 }; // union Data end this is necessary for context generator
255 255
256 #include "c/typedefData.h" 256 #include "c/typedefData.h"
257 #endif 257 #endif