Skip to content
Snippets Groups Projects
Commit ac3ad6d6 authored by Sven M. Hallberg's avatar Sven M. Hallberg
Browse files

remove left-over definitions that have moved to glue.h

parent ccd304dd
No related branches found
No related tags found
No related merge requests found
......@@ -39,12 +39,6 @@ HParsedToken *h_make_token(HArena *arena, HTokenType type, void *value)
return ret;
}
#define H_MAKE(TYP) \
((TYP ## _t *) h_arena_malloc(p->arena, sizeof(TYP ## _t)))
#define H_MAKE_TOKEN(TYP, VAL) \
h_make_token(p->arena, TT_ ## TYP, VAL)
HParsedToken *h_carray_index(const HCountedArray *a, size_t i)
{
assert(i < a->used);
......
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