]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - test.c
Move code generator into ir_builder for earlier free. It's also a much more cleaner...
[xonotic/gmqcc.git] / test.c
diff --git a/test.c b/test.c
index 7b9254deb4e6b36cb60ede40c4920b12e0ece72c..1ebb33a55b4f95222d86158ba3f14d5b97018e63 100644 (file)
--- a/test.c
+++ b/test.c
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  * SOFTWARE.
  */
-#include "gmqcc.h"
+#include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 
+#include "gmqcc.h"
+
 opts_cmd_t opts;
 
 static const char *task_bins[] = {
@@ -1283,6 +1286,7 @@ int main(int argc, char **argv) {
     char         *defs     = NULL;
 
     con_init();
+    OPTS_OPTION_U16(OPTION_MEMDUMPCOLS) = 16;
 
     /*
      * Command line option parsing commences now We only need to support