﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
62	abs() argument truncated on 64-bit	Jim Ursetto		"Reported by Alejandro:
> In Chicken 3.4.0 linux-unix-gnu-x86-64 the expression (abs 2147483648)
> evaluates to -2147483648 in both csi and a compiled program (negative?
> and positive?, however, seem to work correctly).  It evaluated
> correctly in a 32-bits build of the same version.

Using labs() instead of abs() should fix the issue
"	defect	closed	major		core libraries		fixed			
