Squashes 3 -Wsign-conversion warnings.
#include <ast/error.h>
#include <ast/sfstr.h>
#include <stdbool.h>
+#include <stddef.h>
static int name_used;
*/
void addBindings (Gpr_t* state, gvprbinding* bindings)
{
- int n = 0;
+ size_t n = 0;
gvprbinding* bp = bindings;
gvprbinding* buf;
gvprbinding* bufp;
#include "cgraph.h"
#include <ast/ast.h>
#include <stdbool.h>
+#include <stddef.h>
#include <vmalloc/vmalloc.h>
#include <expr/expr.h>
#include "gvpr.h"
char **argv;
int flags;
gvprbinding* bindings;
- int n_bindings;
+ size_t n_bindings;
} Gpr_t;
typedef struct {