unsed params in ftepp.c

This commit is contained in:
Wolfgang (Blub) Bumiller 2012-11-22 21:42:14 +01:00
parent e6443496e7
commit facd89b188

View file

@ -134,6 +134,7 @@ static void pptoken_delete(pptoken *self)
static ppmacro *ppmacro_new(lex_ctx ctx, const char *name)
{
(void)ctx;
ppmacro *macro = (ppmacro*)mem_a(sizeof(ppmacro));
memset(macro, 0, sizeof(*macro));
macro->name = util_strdup(name);