summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/args.h
blob: e8798382786b517854ccf52a1f4cea2963d4020b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * neat macro from ka9q to "do the right thing" with ansi prototypes
 * $Id: args.h,v 1.1 1993/11/11 03:54:25 paulus Exp $
 */

#ifndef __ARGS
#ifdef __STDC__
#define __ARGS(x)       x
#else
#define __ARGS(x)       ()
#endif
#endif
OpenPOWER on IntegriCloud