Xref: utzoo alt.msdos.programmer:2592 comp.lang.c:38467 comp.os.msdos.programmer:4760 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!spool.mu.edu!munnari.oz.au!deakin.OZ.AU!rand!grs From: grs@rand.mel.cocam.oz.au (Gary Raymond Schmidt) Newsgroups: alt.msdos.programmer,comp.lang.c,comp.os.msdos.programmer Subject: same_seg pragma Keywords: pragma same_seg msc Message-ID: <228@rand.mel.cocam.oz.au> Date: 19 Apr 91 08:46:12 GMT Followup-To: comp.lang.c Organization: Co-Cam Computer Group, Melbourne, OZ Lines: 20 I have a small question in re the same_seg() pragma under MS-C 5 on.. Does the same_seg() pragma chain declarations - i.e. is: #pragma same_seg(a, b, c) #pragma same_seg(c, d, e) the same as: #pragma same_seg(a, b, c, d, e) I can't find an adequate definition in the manuals, and my eyes are far too tired to try and read the generated code to determine any differences. Thanx -- | Gary R. Schmidt || MHSnet: grs@rand.mel.cocam.oz.au | Co-Cam Computer Group, || I sees it, but I don' believes it !! | Melbourne, OZ || VOX +61 3 412 3431 FAX +61 3 412 7857