Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!know!sdd.hp.com!ucsd!sdcc6!sdcc13!dlau From: dlau@sdcc13.ucsd.edu (David Lau) Newsgroups: comp.unix.sysv386 Subject: UNIX C Pragma Directive Message-ID: <13214@sdcc6.ucsd.edu> Date: 11 Oct 90 22:36:53 GMT References: <9010111913.AA15356@decpa.pa.dec.com> <1990Oct11.215452.10749@agate.berkeley.edu> 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 an "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.