# HG changeset patch # User Mark Doliner # Date 1091984274 0 # Node ID c0961d8cb0fb28aeeba6ed7c6e3216fec8aac032 # Parent 25866d09063d57329a8cc5a36dafe94cd850d9d2 [gaim-migrate @ 10584] If I had a dime for every time someone suggested I remove a trailing underscore from a preprocessor directive I _might_ have a dollar, but probably less than that. committer: Tailor Script diff -r 25866d09063d -r c0961d8cb0fb src/getopt.h --- a/src/getopt.h Sun Aug 08 16:56:34 2004 +0000 +++ b/src/getopt.h Sun Aug 08 16:57:54 2004 +0000 @@ -22,8 +22,8 @@ along with this program; if not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#ifndef _GETOPT_H_ -#define _GETOPT_H_ 1 +#ifndef _GETOPT_H +#define _GETOPT_H 1 #ifdef __cplusplus extern "C" { @@ -133,4 +133,4 @@ } #endif -#endif /* _GETOPT_H_ */ +#endif /* _GETOPT_H */