1 /* RCS $Id: dstdarg.h,v 1.1.1.1 2000-09-22 15:33:25 hr Exp $
8 -- Dennis Vadura, dvadura@dmake.wticorp.com
11 -- http://dmake.wticorp.com/
14 -- Copyright (c) 1996,1997 by WTI Corp. All rights reserved.
16 -- This program is NOT free software; you can redistribute it and/or
17 -- modify it under the terms of the Software License Agreement Provided
18 -- in the file <distribution-root>/readme/license.txt.
21 -- Use cvs log to obtain detailed change logs.
27 #if __STDC__ || defined(__TURBOC__) || defined(__IBMC__)
28 # define va_alist_type ...
36 # define va_alist_type int
37 # define DARG(a,b) a b;
39 # define va_alist_type ...