diff --git a/compiler2/ttcn3/rawASTspec.h b/compiler2/ttcn3/rawASTspec.h index 2073199be1422ff774271619625083650a3f87fe..ade62c2e8c9231d7a24fe44a124af4f89e850a3e 100644 --- a/compiler2/ttcn3/rawASTspec.h +++ b/compiler2/ttcn3/rawASTspec.h @@ -33,7 +33,6 @@ #define XDEFHIGH 2 #define XDEFDEFAULT -1 - typedef struct { int bitorder; /* Invert bitorder of the encoded data */ }rawAST_toplevel; @@ -54,7 +53,7 @@ typedef struct{ rawAST_coding_fields* fields; const char *value; int start_pos; - int temporal_variable_index; + size_t temporal_variable_index; }rawAST_coding_field_list; typedef struct{