From: gabi_davarNOSPAM AT bigfoot DOT com (Gabi Davar) Newsgroups: comp.os.msdos.djgpp Subject: Re: what is #pragma? Date: Sat, 2 Oct 1999 11:53:18 +0200 Organization: The Whole Wide World Lines: 18 Message-ID: References: <7ria60$og4$1 AT news7 DOT svr DOT pol DOT co DOT uk> NNTP-Posting-Host: p-417.newsdawg.com X-Newsreader: MicroPlanet Gravity v2.10 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com [This followup was posted to comp.os.msdos.djgpp and a copy was sent to the cited author.] In article <7ria60$og4$1 AT news7 DOT svr DOT pol DOT co DOT uk>, jx AT elysiumdco DOT freeserve DOT co DOT uk says... > Could someone please tell me what #pragma is/does and what commands you can > put after it in DJGPP. I already know one: #pragma pack(1). #pragma is a compiler directive, used to set various options in the compiler as it does it job. > What are the others (if any)? look into the info text of gcc, go to the index, search (s or /) for pragma, and look into it to your heart's content. -- - Gabi Davar [remove NOSPAM from address to mail me.]