summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pppd/args.h
blob: 81bd1e0cabbb8197062a467ddac9a199d2f6f733 (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$
 */

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