aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pppd/args.h
blob: 6963f3f635303cb329df244b3301ee36ffaffeaa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * neat macro from ka9q to "do the right thing" with ansi prototypes
 * args.h,v 1.2 1994/09/25 02:31:51 wollman Exp
 */

#ifndef __ARGS
#ifdef __STDC__
#define __ARGS(x)       x
#else
#define __ARGS(x)       ()
#endif
#endif