[comp.os.os9] c68

klaus@marco.marco.de (Klaus Mayrhofer) (01/26/91)

To all 'C' users out there:
 
The  "/=" operation on a 'short' compiled with the c68 (OS9-2.3 Microware )
will produce unexpected results !

	short x = 77;

	x /= 10;


this works fine:	

	short x = 77 ;	

	x = x / 10;


	

-- 
Klaus Mayrhofer				klaus@marco.[de|uucp]
marco GmbH				- or -
D-8943 Babenhausen			..!uunet!mcsun!unido!marco!klaus