Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!rutgers!cmcl2!adm!smoke!gwyn From: gwyn@smoke.BRL.MIL (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: `va_dcl' macro question Message-ID: <9575@smoke.BRL.MIL> Date: 3 Feb 89 00:09:15 GMT References: <1964@kappl.cs.vu.nl> <9507@smoke.BRL.MIL> <991@ubu.warwick.UUCP> <9571@smoke.BRL.MIL> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 4 In article <9571@smoke.BRL.MIL> gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) writes: >print_strings( register const char *str, ... ) Oops, scratch the "register" in that. It makes the example nonportable.