[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Missing parenthesis in mint/sysvars.h



Patrice Mandin wrote:
There is a missing ( for the definition of vblsem, in mint/sysvars.h:
#define vblsem		((short *) 0x452L))  /* vbl semaphore */

It should be:
#define vblsem		(((short *) 0x452L))  /* vbl semaphore */

Or better, the last closing one should be removed.

--
Vincent Rivière