On Wed, Dec 18, 2002 at 10:41:03PM +0100, Juan Quintela wrote: > ralf> On Wed, Dec 18, 2002 at 02:42:25AM +0100, Juan Quintela wrote: > >> PD. Someone can explain me what mean: > >> __attribute__ ((__mode__ (__SI__))); > >> > >> The SI part don't appear in the gcc info pages :( > > ralf> Single Integer, a 32-bit integer. > > Changing the code to u32 & friends will be acepted? Yes. Ralf