Path: utzoo!attcan!uunet!aplcen!samsung!cs.utexas.edu!rice!sun-spots-request From: mtxinu!binky!tim@ucbvax.berkeley.edu (Tim Wood) Newsgroups: comp.sys.sun Subject: Re: #pragma C compiler directive Keywords: Software Message-ID: <3124@brazos.Rice.edu> Date: 15 Nov 89 22:35:05 GMT Sender: root@rice.edu Organization: Sun-Spots Lines: 10 Approved: Sun-Spots@rice.edu X-Refs: Original: v8n189 X-Sun-Spots-Digest: Volume 8, Issue 201, message 2 of 27 In article <2860@brazos.Rice.edu> grover@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....