Skip to content
Snippets Groups Projects
Commit 2a758a80 authored by Kristof Szabados's avatar Kristof Szabados
Browse files

temporal_variable_index is always used as a size_t


Signed-off-by: default avatarKristof Szabados <Kristof.Szabados@ericsson.com>
parent 588d302a
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
#define XDEFHIGH 2 #define XDEFHIGH 2
#define XDEFDEFAULT -1 #define XDEFDEFAULT -1
typedef struct { typedef struct {
int bitorder; /* Invert bitorder of the encoded data */ int bitorder; /* Invert bitorder of the encoded data */
}rawAST_toplevel; }rawAST_toplevel;
...@@ -54,7 +53,7 @@ typedef struct{ ...@@ -54,7 +53,7 @@ typedef struct{
rawAST_coding_fields* fields; rawAST_coding_fields* fields;
const char *value; const char *value;
int start_pos; int start_pos;
int temporal_variable_index; size_t temporal_variable_index;
}rawAST_coding_field_list; }rawAST_coding_field_list;
typedef struct{ typedef struct{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment