Home GNU Compiler Collection (GCC) www.imodulo.com · 2003-11-10
Imodulo

Solaris Pragmas

[ Up: Pragmas ]
[ Previous: Darwin Pragmas ][ Next: Tru64 Pragmas ]

For compatibility with the SunPRO compiler, the following pragma is supported.

redefine_extname oldnamenewname

This pragma gives the C function oldname the assembler label newname. The pragma must appear before the function declaration. This pragma is equivalent to the asm labels extension (Asm Labels). The preprocessor defines __PRAGMA_REDEFINE_EXTNAME if the pragma is available.