This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / libexec / pppd / args.h
/*
* neat macro from ka9q to "do the right thing" with ansi prototypes
*/
#ifndef __ARGS
#ifdef __STDC__
#define __ARGS(x) x
#else
#define __ARGS(x) ()
#endif
#endif