Correct an incoherency with arith and label types.
This commit is contained in:
committed by
Manoël Trapier
parent
08d1784f95
commit
1ed1edf94d
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user