| www.delorie.com/gnu/docs/gcc/gcc_88.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
For compatibility with the SunPRO compiler, the following pragma is supported.
redefine_extname oldname newname
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 (see section 5.37 Controlling Names Used in Assembler Code). The preprocessor defines __PRAGMA_REDEFINE_EXTNAME
if the pragma is available.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |