]> git.eshelyaron.com Git - emacs.git/commitdiff
Put config.h first.
authorRichard M. Stallman <rms@gnu.org>
Wed, 15 Jun 1994 03:46:59 +0000 (03:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 15 Jun 1994 03:46:59 +0000 (03:46 +0000)
src/lread.c

index 2ee1947eb4889aa684b761c8f4c0edd329cc7196..57a29ff6d4833528ecf6bc5d826f0646def63abe 100644 (file)
@@ -19,12 +19,12 @@ along with GNU Emacs; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
+#include <config.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/file.h>
 #include <ctype.h>
-#include <config.h>
 #include "lisp.h"
 
 #ifndef standalone