Newsgroups: comp.lang.c Path: utzoo!henry From: henry@utzoo.uucp (Henry Spencer) Subject: Re: What is pragma? Message-ID: <1990May4.165946.15804@utzoo.uucp> Organization: U of Toronto Zoology References: <1990May4.055919.13483@agate.berkeley.edu> Date: Fri, 4 May 90 16:59:46 GMT In article <1990May4.055919.13483@agate.berkeley.edu> c60c-2ca@WEB.berkeley.edu () writes: > What is "pragma"? What does it do? `#pragma', in ANSI C, is a construct which basically tells the compiler something compiler-specific. Nothing more can be said about what it does without identifying a specific compiler. Typical uses are things like controlling fine points of code generation, altering compiler options, and enabling obscure features. -- If OSI is the answer, what is | Henry Spencer at U of Toronto Zoology the question?? -Rolf Nordhagen| uunet!attcan!utzoo!henry henry@zoo.toronto.edu