Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!boingo.med.jhu.edu!haven!ni.umd.edu!uc780.umd.edu!cs450a03 From: cs450a03@uc780.umd.edu Newsgroups: comp.sys.amiga.programmer Subject: RE: Array alignment and SAS C Message-ID: <13APR91.20221459@uc780.umd.edu> Date: 13 Apr 91 20:22:14 GMT References: <8439Z1w164w@bluemoon.uucp> Sender: usenet@ni.umd.edu (USENET News System) Organization: The University of Maryland University College Lines: 12 Nntp-Posting-Host: uc780.umd.edu Jack Deckard: >Does anyone here know how to force a globally declared array >(UBYTE *array1[32][16]) to be longword aligned. typedef UBYTE *array_thingy[32][16]; array_thingy __aligned array1; should do the trick... Raul Rockwell