#pragma C compiler directive

Tim Wood mtxinu!binky!tim at ucbvax.berkeley.edu
Thu Nov 16 09:35:05 AEST 1989


In article <2860 at brazos.Rice.edu> grover at sed170.hac.com (Dean Grover) writes:
>X-Sun-Spots-Digest: Volume 8, Issue 189, message 7 of 22
>
>I can guess what [#pragma] means to the C compiler, but my question is,
>where is the #pragma compiler directive documented ? 

Try _The C Programming Language_, 2nd Ed., by Kernighan and Ritchie, p.
233.  "#pragma" tells the preprocessor to perform "an
implementation-dependent action."  Looks like a roll-your-own-preprocessor
hook....



More information about the Comp.sys.sun mailing list