fixed 64 bit hosts
[fw/sdcc] / support / regression / tests / libmullong.c
index 99a755a64cb4de568ca9f1355d007043baf4d7ce..08523bb84dfb16c6f61da0cf77aa62f3958b8b92 100644 (file)
@@ -10,6 +10,7 @@
 #  if defined(type_c)
 #    define _SDCC_NO_ASM_LIB_FUNCS 1
 #    define near
+#    define long int
 #    include "../../../../../device/lib/_mullong.c"
 #  else
 #    define _mullong(a,b) (a*b)