www.delorie.com/gnu/docs/gcc/gcc_89.html   search  
 
Buy the book!


Using the GNU Compiler Collection (GCC)

[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.46.4 Tru64 Pragmas

For compatibility with the Compaq C compiler, the following pragma is supported.

extern_prefix string

This pragma renames all subsequent function and variable declarations such that string is prepended to the name. This effect may be terminated by using another extern_prefix pragma with the empty string.

This pragma is similar in intent to to the asm labels extension (see section 5.37 Controlling Names Used in Assembler Code) in that the system programmer wants to change the assembly-level ABI without changing the source-level API. The preprocessor defines __EXTERN_PREFIX if the pragma is available.


  webmaster   donations   bookstore     delorie software   privacy  
  Copyright © 2003   by The Free Software Foundation     Updated Jun 2003  

Please take a moment to fill out this visitor survey
You can help support this site by visiting the advertisers that sponsor it! (only once each, though)