Correct an incoherency with arith and label types.

This commit is contained in:
Manoel Trapier
2013-03-19 15:05:37 +01:00
committed by Manoël Trapier
parent 08d1784f95
commit 1ed1edf94d
7 changed files with 20 additions and 15 deletions

View File

@@ -22,6 +22,8 @@
#else /* SPECIAL_ARITHMETICS */
/* not implemented yet */
#define arith int /* dummy */
#include <stdint.h>
typedef int32_t arith; /* dummy */
#endif /* SPECIAL_ARITHMETICS */