]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ftepp.c
Fix the peak
[xonotic/gmqcc.git] / ftepp.c
diff --git a/ftepp.c b/ftepp.c
index f8d41d92e3d764f26043936f4f186d6b51872619..5348dfb5448ba923d95de60cf7e8829df71f24fd 100644 (file)
--- a/ftepp.c
+++ b/ftepp.c
@@ -1881,7 +1881,7 @@ ftepp_t *ftepp_create()
 void ftepp_add_define(ftepp_t *ftepp, const char *source, const char *name)
 {
     ppmacro *macro;
-    lex_ctx ctx = { "__builtin__", 0 };
+    lex_ctx ctx = { "__builtin__", 0, 0 };
     ctx.file = source;
     macro = ppmacro_new(ctx, name);
     /*vec_push(ftepp->macros, macro);*/