diff --git a/lang/pc/comp/cstoper.c b/lang/pc/comp/cstoper.c index af783e7e7..3acf027fc 100644 --- a/lang/pc/comp/cstoper.c +++ b/lang/pc/comp/cstoper.c @@ -17,8 +17,8 @@ #include "node.h" #include "required.h" #include "type.h" -#include "cstoper.h" -#include "error.h" +#include "cstoper.h" +#include "error.h" long mach_long_sign; /* sign bit of the machine long */ long full_mask[MAXSIZE+1];/* full_mask[1] == 0xFF, full_mask[2] == 0xFFFF, .. */