# HG changeset patch # User Paul Boddie # Date 1485019340 -3600 # Node ID 5a82b12d3f7b4ddaf847adc7c5c921651a3d1ac3 # Parent a89ee0f5895d7d0abe85b6f26f9804ea1b08b1b8 Fixed include ordering to make progops.h use definitions set in main.h. diff -r a89ee0f5895d -r 5a82b12d3f7b generator.py --- a/generator.py Sat Jan 21 17:03:55 2017 +0100 +++ b/generator.py Sat Jan 21 18:22:20 2017 +0100 @@ -184,8 +184,8 @@ #include "ops.h" #include "progconsts.h" #include "progtypes.h" +#include "main.h" #include "progops.h" -#include "main.h" """ # Generate table and structure data.