comparison 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
comparison
equal deleted inserted replaced
9722:25866d09063d 9723:c0961d8cb0fb
20 20
21 You should have received a copy of the GNU General Public License 21 You should have received a copy of the GNU General Public License
22 along with this program; if not, write to the Free Software 22 along with this program; if not, write to the Free Software
23 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 23 Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 24
25 #ifndef _GETOPT_H_ 25 #ifndef _GETOPT_H
26 #define _GETOPT_H_ 1 26 #define _GETOPT_H 1
27 27
28 #ifdef __cplusplus 28 #ifdef __cplusplus
29 extern "C" { 29 extern "C" {
30 #endif 30 #endif
31 31
131 131
132 #ifdef __cplusplus 132 #ifdef __cplusplus
133 } 133 }
134 #endif 134 #endif
135 135
136 #endif /* _GETOPT_H_ */ 136 #endif /* _GETOPT_H */