comparison lib-src/ebrowse.c @ 29889:565ecd919fca

Move config.h before other includes (which may use feature tests).
author Dave Love <fx@gnu.org>
date Fri, 23 Jun 2000 11:35:34 +0000
parents 235fb8ea80a2
children b5da88c41066
comparison
equal deleted inserted replaced
29888:7bf92eb4131b 29889:565ecd919fca
18 GNU General Public License for more details. 18 GNU General Public License for more details.
19 19
20 You should have received a copy of the GNU General Public License 20 You should have received a copy of the GNU General Public License
21 along with GNU Emacs; see the file COPYING. If not, write to 21 along with GNU Emacs; see the file COPYING. If not, write to
22 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 22 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
23
24 #ifdef HAVE_CONFIG_H
25 #include <config.h>
26 #endif
23 27
24 #include <stdio.h> 28 #include <stdio.h>
25 #include <stdlib.h> 29 #include <stdlib.h>
26 #include <string.h> 30 #include <string.h>
27 #include <ctype.h> 31 #include <ctype.h>
28 #include <assert.h> 32 #include <assert.h>
29 #include "getopt.h" 33 #include "getopt.h"
30
31 #ifdef HAVE_CONFIG_H
32 #include <config.h>
33 #endif
34 34
35 /* Conditionalize function prototypes. */ 35 /* Conditionalize function prototypes. */
36 36
37 #ifdef PROTOTYPES /* From config.h. */ 37 #ifdef PROTOTYPES /* From config.h. */
38 #define P_(x) x 38 #define P_(x) x