diff options
| author | Richard M. Stallman | 1994-06-15 03:46:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-15 03:46:59 +0000 |
| commit | 98280b76e319aed551667f1075a5c090efe4f105 (patch) | |
| tree | 420ed9306e9313ba7e1d0645b95cd20f2dffe724 /src | |
| parent | 6f1d1e478e1f1a90ddf0cd9a6dd82a5e5fbff028 (diff) | |
| download | emacs-98280b76e319aed551667f1075a5c090efe4f105.tar.gz emacs-98280b76e319aed551667f1075a5c090efe4f105.zip | |
Put config.h first.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 2ee1947eb48..57a29ff6d48 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -19,12 +19,12 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 19 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include <config.h> | ||
| 22 | #include <stdio.h> | 23 | #include <stdio.h> |
| 23 | #include <sys/types.h> | 24 | #include <sys/types.h> |
| 24 | #include <sys/stat.h> | 25 | #include <sys/stat.h> |
| 25 | #include <sys/file.h> | 26 | #include <sys/file.h> |
| 26 | #include <ctype.h> | 27 | #include <ctype.h> |
| 27 | #include <config.h> | ||
| 28 | #include "lisp.h" | 28 | #include "lisp.h" |
| 29 | 29 | ||
| 30 | #ifndef standalone | 30 | #ifndef standalone |