// @(#)$Id: pragmas.lh,v 1.2 1997/06/03 20:30:17 leavens Exp $
#pragma optimize(speed)              // this line ignored
typedef int _G_int8_t
 __attribute__((__mode__(__QI__)));  // this line ignored up to the ;
extern void default_error_handler(const char*)
 __attribute__ ((noreturn));         // this line ignored up to the ;
 __const__ unsigned char * pos;      // the __const__ is ignored;
static __inline__ void foo();        // the __inline__ is ignored;

[Index]

HTML generated using lcpp2html.