Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!sdcc6!sdcc13!dlau From: dlau@sdcc13.ucsd.edu (David Lau) Newsgroups: comp.unix.misc Subject: UNIX C Pragma Directive Message-ID: <13212@sdcc6.ucsd.edu> Date: 11 Oct 90 22:31:29 GMT Sender: news@sdcc6.ucsd.edu Organization: University of California, San Diego Lines: 13 Nntp-Posting-Host: sdcc13.ucsd.edu I'm running AT&T UNIX System V, version 3.1?. The developer's package includes some .h files which hold #pragma directives, in particular #pragma pack(1) ... #pragma When I try to compile including any one of these .h files, I get and "unknown syntax"-type of error. Would someone tell me how I can get my code to compile, whether through some flag or another means? Thanks.