comparison lib-src/mmencode.c @ 2993:49316578f12d

[xemacs-hg @ 2005-10-14 01:02:29 by ben] Include config.h in lib-src progs i.c, mmencode.c: Always include config.h first. winclient.c: Move include of windows.h after config.h.
author ben
date Fri, 14 Oct 2005 01:02:30 +0000
parents b39c14581166
children
comparison
equal deleted inserted replaced
2992:fd7c5f4f2983 2993:49316578f12d
11 MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY 11 MAKES NO REPRESENTATIONS ABOUT THE ACCURACY OR SUITABILITY
12 OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS", 12 OF THIS MATERIAL FOR ANY PURPOSE. IT IS PROVIDED "AS IS",
13 WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. 13 WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES.
14 */ 14 */
15 15
16 #ifdef HAVE_CONFIG_H
17 # include <config.h>
18 #endif
16 #define NEWLINE_CHAR '\n' 19 #define NEWLINE_CHAR '\n'
17 #include <stdlib.h> 20 #include <stdlib.h>
18 #include <stdio.h> 21 #include <stdio.h>
19 #include <ctype.h> 22 #include <ctype.h>
20 #include <string.h> 23 #include <string.h>