X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=ir.h;h=4a1778e9d11d0b9e011745546802560e1feb10a2;hp=9f8e1fa4e9f0aec9657c88865aede0d3f42344e8;hb=40b2a26e896fd7a3f54c94ccb2abd9d517491822;hpb=3f88b5fa14c4771ffd7bd34dfffabe1122288d62 diff --git a/ir.h b/ir.h index 9f8e1fa..4a1778e 100644 --- a/ir.h +++ b/ir.h @@ -322,7 +322,9 @@ typedef struct ir_builder_s const char **filenames; qcint *filestrings; /* we cache the #IMMEDIATE string here */ - qcint str_immediate; + qcint str_immediate; + /* there should just be this one nil */ + ir_value *nil; } ir_builder; ir_builder* ir_builder_new(const char *modulename);