Path: utzoo!utgpu!water!watmath!clyde!rutgers!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c Subject: Re: Varargs for Macros? Message-ID: <7298@brl-smoke.ARPA> Date: 20 Feb 88 15:45:45 GMT References: <600@srs.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: na Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 7 In article <600@srs.UUCP> dan@srs.UUCP (Dan Kegel) writes: >We now have a nice standard way of writing functions that take variable >numbers of arguments. Is there any corresponding capability for macros? Not using the C preprocessor. This extension was proposed and discussed by X3J11, but it didn't gather enough support to make it into the proposed standard.