X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=ir.h;h=973f89d45a49b20a0ef1613f874ebcb753fe88ef;hb=18b9473cf823e9e69f0557f125ac5d255236a899;hp=9f8e1fa4e9f0aec9657c88865aede0d3f42344e8;hpb=f58b4a6cd98d84589efc8b8ebb6bcbef2aa2b12b;p=xonotic%2Fgmqcc.git diff --git a/ir.h b/ir.h index 9f8e1fa..973f89d 100644 --- a/ir.h +++ b/ir.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 + * Copyright (C) 2012, 2013 * Wolfgang Bumiller * * Permission is hereby granted, free of charge, to any person obtaining a copy of @@ -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);