]> Shamusworld >> Repos - rmac/blobdiff - mach.c
Lots of fixes for floating point handling; version now at 1.11.0.
[rmac] / mach.c
diff --git a/mach.c b/mach.c
index 15f818f35365d55d546af0986bf47041dbc3639e..2673aa9f5fb5063a44fb3831bf33cf033e13084d 100644 (file)
--- a/mach.c
+++ b/mach.c
 #include "direct.h"
 #include "eagen.h"
 #include "error.h"
 #include "direct.h"
 #include "eagen.h"
 #include "error.h"
+#include "expr.h"
 #include "procln.h"
 #include "riscasm.h"
 #include "sect.h"
 #include "token.h"
 #include "procln.h"
 #include "riscasm.h"
 #include "sect.h"
 #include "token.h"
-#include "expr.h"
 
 #define DEF_KW
 #include "kwtab.h"
 
 #define DEF_KW
 #include "kwtab.h"