Mercurial > pidgin
diff src/getopt.h @ 9723:c0961d8cb0fb
[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 <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 08 Aug 2004 16:57:54 +0000 |
parents | 7efff7985e5d |
children | fc464a0abccc |
line wrap: on
line diff
--- 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 */