Mercurial > hg > xemacs-beta
comparison lib-src/getopt.c @ 169:15872534500d r20-3b11
Import from CVS: tag r20-3b11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:46:53 +0200 |
parents | 43dd3413c7c7 |
children | 2d532a89d707 |
comparison
equal
deleted
inserted
replaced
168:9851d5c6556e | 169:15872534500d |
---|---|
30 #define _NO_PROTO | 30 #define _NO_PROTO |
31 #endif | 31 #endif |
32 | 32 |
33 #ifdef HAVE_CONFIG_H | 33 #ifdef HAVE_CONFIG_H |
34 #include <config.h> | 34 #include <config.h> |
35 #endif | |
36 | |
37 #if !defined (__STDC__) || !__STDC__ | |
38 /* This is a separate conditional since some stdc systems | |
39 reject `defined (const)'. */ | |
40 #ifndef const | |
41 #define const | |
42 #endif | |
43 #endif | 35 #endif |
44 | 36 |
45 #include <stdio.h> | 37 #include <stdio.h> |
46 #ifdef STDC_HEADERS | 38 #ifdef STDC_HEADERS |
47 #include <string.h> | 39 #include <string.h> |