diff options
| author | Roland McGrath | 1993-09-10 06:15:46 +0000 |
|---|---|---|
| committer | Roland McGrath | 1993-09-10 06:15:46 +0000 |
| commit | 18160b98ce2ce9f534a4aee6be181788322b6c01 (patch) | |
| tree | ae78714fb22b6ad91fa6d4c4f0b423456d24df9d /src | |
| parent | dbf6ad3d3effbdd1d84aa9dd2d69b2515c7deb8a (diff) | |
| download | emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.gz emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.zip | |
Include <config.h> instead of "config.h".
Diffstat (limited to 'src')
62 files changed, 62 insertions, 62 deletions
diff --git a/src/abbrev.c b/src/abbrev.c index 831730f87f3..9477c501b36 100644 --- a/src/abbrev.c +++ b/src/abbrev.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "commands.h" | 24 | #include "commands.h" |
diff --git a/src/alloc.c b/src/alloc.c index c141f4a1e22..1e207b8f19b 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | #include <signal.h> | 20 | #include <signal.h> |
| 21 | 21 | ||
| 22 | #include "config.h" | 22 | #include <config.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "intervals.h" | 24 | #include "intervals.h" |
| 25 | #include "puresize.h" | 25 | #include "puresize.h" |
diff --git a/src/buffer.c b/src/buffer.c index 7480d89234e..7aeef15e5d4 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 28 | #define MAXPATHLEN 1024 | 28 | #define MAXPATHLEN 1024 |
| 29 | #endif /* not MAXPATHLEN */ | 29 | #endif /* not MAXPATHLEN */ |
| 30 | 30 | ||
| 31 | #include "config.h" | 31 | #include <config.h> |
| 32 | #include "lisp.h" | 32 | #include "lisp.h" |
| 33 | #include "intervals.h" | 33 | #include "intervals.h" |
| 34 | #include "window.h" | 34 | #include "window.h" |
diff --git a/src/bytecode.c b/src/bytecode.c index 9987c6118b0..0b8d0cee049 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -32,7 +32,7 @@ by Hallvard: | |||
| 32 | o all conditionals now only do QUIT if they jump. | 32 | o all conditionals now only do QUIT if they jump. |
| 33 | */ | 33 | */ |
| 34 | 34 | ||
| 35 | #include "config.h" | 35 | #include <config.h> |
| 36 | #include "lisp.h" | 36 | #include "lisp.h" |
| 37 | #include "buffer.h" | 37 | #include "buffer.h" |
| 38 | #include "syntax.h" | 38 | #include "syntax.h" |
diff --git a/src/callint.c b/src/callint.c index 3c0cc8c5475..fa3ab422f28 100644 --- a/src/callint.c +++ b/src/callint.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "buffer.h" | 23 | #include "buffer.h" |
| 24 | #include "commands.h" | 24 | #include "commands.h" |
diff --git a/src/callproc.c b/src/callproc.c index bcf990ad127..cc2812ad951 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | #include <errno.h> | 22 | #include <errno.h> |
| 23 | 23 | ||
| 24 | #include "config.h" | 24 | #include <config.h> |
| 25 | 25 | ||
| 26 | extern int errno; | 26 | extern int errno; |
| 27 | #ifndef VMS | 27 | #ifndef VMS |
diff --git a/src/casefiddle.c b/src/casefiddle.c index d74308be3f9..44ecab569d8 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "buffer.h" | 23 | #include "buffer.h" |
| 24 | #include "commands.h" | 24 | #include "commands.h" |
diff --git a/src/casetab.c b/src/casetab.c index dbd200fd0f1..5b99d44940f 100644 --- a/src/casetab.c +++ b/src/casetab.c | |||
| @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | /* Written by Howard Gayle. See chartab.c for details. */ | 20 | /* Written by Howard Gayle. See chartab.c for details. */ |
| 21 | 21 | ||
| 22 | #include "config.h" | 22 | #include <config.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
| 25 | 25 | ||
| @@ -19,7 +19,7 @@ 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 <config.h> |
| 23 | #include <stdio.h> | 23 | #include <stdio.h> |
| 24 | #include "cm.h" | 24 | #include "cm.h" |
| 25 | #include "termhooks.h" | 25 | #include "termhooks.h" |
diff --git a/src/cmds.c b/src/cmds.c index fc0a174198f..dce8c7c57aa 100644 --- a/src/cmds.c +++ b/src/cmds.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "commands.h" | 23 | #include "commands.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
diff --git a/src/data.c b/src/data.c index 5ed79c5925b..a3d2f46013b 100644 --- a/src/data.c +++ b/src/data.c | |||
| @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include <config.h> |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "puresize.h" | 25 | #include "puresize.h" |
| 26 | 26 | ||
diff --git a/src/dired.c b/src/dired.c index bfc30088613..ff51345183b 100644 --- a/src/dired.c +++ b/src/dired.c | |||
| @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 22 | #include <sys/types.h> | 22 | #include <sys/types.h> |
| 23 | #include <sys/stat.h> | 23 | #include <sys/stat.h> |
| 24 | 24 | ||
| 25 | #include "config.h" | 25 | #include <config.h> |
| 26 | 26 | ||
| 27 | #ifdef VMS | 27 | #ifdef VMS |
| 28 | #include <string.h> | 28 | #include <string.h> |
diff --git a/src/dispnew.c b/src/dispnew.c index 06dcebc41dc..8e6e3a422fc 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include <config.h> |
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | #include <ctype.h> | 25 | #include <ctype.h> |
| 26 | 26 | ||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | 22 | ||
| 23 | #include <sys/types.h> | 23 | #include <sys/types.h> |
| 24 | #include <sys/file.h> /* Must be after sys/types.h for USG and BSD4_1*/ | 24 | #include <sys/file.h> /* Must be after sys/types.h for USG and BSD4_1*/ |
diff --git a/src/editfns.c b/src/editfns.c index 44511f6bb9d..0a868abe761 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | #include <sys/types.h> | 21 | #include <sys/types.h> |
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include <config.h> |
| 24 | 24 | ||
| 25 | #ifdef VMS | 25 | #ifdef VMS |
| 26 | #include "vms-pwd.h" | 26 | #include "vms-pwd.h" |
diff --git a/src/emacs.c b/src/emacs.c index 7e727ae9a15..22d0929834d 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | #include <errno.h> | 22 | #include <errno.h> |
| 23 | 23 | ||
| 24 | #include "config.h" | 24 | #include <config.h> |
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
| 26 | 26 | ||
| 27 | #include <sys/types.h> | 27 | #include <sys/types.h> |
diff --git a/src/eval.c b/src/eval.c index 0a5998bd989..1b05bf09e37 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "blockinput.h" | 23 | #include "blockinput.h" |
| 24 | 24 | ||
diff --git a/src/fileio.c b/src/fileio.c index b9a7dc478bb..347585fc4d2 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License | |||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | #include "config.h" | 20 | #include <config.h> |
| 21 | 21 | ||
| 22 | #include <sys/types.h> | 22 | #include <sys/types.h> |
| 23 | #include <sys/stat.h> | 23 | #include <sys/stat.h> |
diff --git a/src/filelock.c b/src/filelock.c index a79797e086b..3955f38fae5 100644 --- a/src/filelock.c +++ b/src/filelock.c | |||
| @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | #include <sys/types.h> | 20 | #include <sys/types.h> |
| 21 | #include <sys/stat.h> | 21 | #include <sys/stat.h> |
| 22 | #include "config.h" | 22 | #include <config.h> |
| 23 | 23 | ||
| 24 | #ifdef VMS | 24 | #ifdef VMS |
| 25 | #include "vms-pwd.h" | 25 | #include "vms-pwd.h" |
diff --git a/src/floatfns.c b/src/floatfns.c index b51073b296e..da91b97f9ea 100644 --- a/src/floatfns.c +++ b/src/floatfns.c | |||
| @@ -45,7 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 45 | 45 | ||
| 46 | #include <signal.h> | 46 | #include <signal.h> |
| 47 | 47 | ||
| 48 | #include "config.h" | 48 | #include <config.h> |
| 49 | #include "lisp.h" | 49 | #include "lisp.h" |
| 50 | #include "syssignal.h" | 50 | #include "syssignal.h" |
| 51 | 51 | ||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | 22 | ||
| 23 | /* Note on some machines this defines `vector' as a typedef, | 23 | /* Note on some machines this defines `vector' as a typedef, |
| 24 | so make sure we don't use that name in this file. */ | 24 | so make sure we don't use that name in this file. */ |
diff --git a/src/frame.c b/src/frame.c index 95c0c7823e1..5ec325d04fe 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 19 | 19 | ||
| 20 | #include <stdio.h> | 20 | #include <stdio.h> |
| 21 | 21 | ||
| 22 | #include "config.h" | 22 | #include <config.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "frame.h" | 24 | #include "frame.h" |
| 25 | 25 | ||
diff --git a/src/indent.c b/src/indent.c index 5e9209621a7..f47cb2091bd 100644 --- a/src/indent.c +++ b/src/indent.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "buffer.h" | 23 | #include "buffer.h" |
| 24 | #include "indent.h" | 24 | #include "indent.h" |
diff --git a/src/insdel.c b/src/insdel.c index f9263fabfd9..e73eee75453 100644 --- a/src/insdel.c +++ b/src/insdel.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "intervals.h" | 23 | #include "intervals.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
diff --git a/src/intervals.c b/src/intervals.c index 9d5333bdcbf..75525594929 100644 --- a/src/intervals.c +++ b/src/intervals.c | |||
| @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 38 | */ | 38 | */ |
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | #include "config.h" | 41 | #include <config.h> |
| 42 | #include "lisp.h" | 42 | #include "lisp.h" |
| 43 | #include "intervals.h" | 43 | #include "intervals.h" |
| 44 | #include "buffer.h" | 44 | #include "buffer.h" |
diff --git a/src/keyboard.c b/src/keyboard.c index e0466553e0f..daf8acd5831 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | /* Allow config.h to undefine symbols found here. */ | 20 | /* Allow config.h to undefine symbols found here. */ |
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include <config.h> |
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | #undef NULL | 25 | #undef NULL |
| 26 | #include "termchar.h" | 26 | #include "termchar.h" |
diff --git a/src/keymap.c b/src/keymap.c index 5738edbfd13..f34a917aeb0 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #undef NULL | 23 | #undef NULL |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
diff --git a/src/lread.c b/src/lread.c index 905bd264cd5..8703a7e5f24 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 24 | #include <sys/stat.h> | 24 | #include <sys/stat.h> |
| 25 | #include <sys/file.h> | 25 | #include <sys/file.h> |
| 26 | #include <ctype.h> | 26 | #include <ctype.h> |
| 27 | #include "config.h" | 27 | #include <config.h> |
| 28 | #include "lisp.h" | 28 | #include "lisp.h" |
| 29 | 29 | ||
| 30 | #ifndef standalone | 30 | #ifndef standalone |
diff --git a/src/macros.c b/src/macros.c index 91d3ec84fa3..540792edae3 100644 --- a/src/macros.c +++ b/src/macros.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "macros.h" | 23 | #include "macros.h" |
| 24 | #include "commands.h" | 24 | #include "commands.h" |
diff --git a/src/marker.c b/src/marker.c index 6c26e72fae4..35bf72873da 100644 --- a/src/marker.c +++ b/src/marker.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "buffer.h" | 23 | #include "buffer.h" |
| 24 | 24 | ||
diff --git a/src/minibuf.c b/src/minibuf.c index b9495a5bc46..b01d728864c 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "commands.h" | 23 | #include "commands.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
diff --git a/src/mocklisp.c b/src/mocklisp.c index cc3396152c0..5f9d2df0af7 100644 --- a/src/mocklisp.c +++ b/src/mocklisp.c | |||
| @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | /* Compatibility for mocklisp */ | 21 | /* Compatibility for mocklisp */ |
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include <config.h> |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
| 25 | #include "buffer.h" | 25 | #include "buffer.h" |
| 26 | 26 | ||
diff --git a/src/print.c b/src/print.c index 3447f786d2d..83dcb2a766d 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | #undef NULL | 23 | #undef NULL |
| 24 | #include "lisp.h" | 24 | #include "lisp.h" |
diff --git a/src/process.c b/src/process.c index a7e4a07e5d8..aa7ae12aff4 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | 22 | ||
| 23 | #include "config.h" | 23 | #include <config.h> |
| 24 | 24 | ||
| 25 | /* This file is split into two parts by the following preprocessor | 25 | /* This file is split into two parts by the following preprocessor |
| 26 | conditional. The 'then' clause contains all of the support for | 26 | conditional. The 'then' clause contains all of the support for |
diff --git a/src/ralloc.c b/src/ralloc.c index 61fa9d4d68d..0a06d840843 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 25 | 25 | ||
| 26 | #ifdef emacs | 26 | #ifdef emacs |
| 27 | 27 | ||
| 28 | #include "config.h" | 28 | #include <config.h> |
| 29 | #include "lisp.h" /* Needed for VALBITS. */ | 29 | #include "lisp.h" /* Needed for VALBITS. */ |
| 30 | 30 | ||
| 31 | #undef NULL | 31 | #undef NULL |
diff --git a/src/scroll.c b/src/scroll.c index 3f2724380b3..5cc60ca1d02 100644 --- a/src/scroll.c +++ b/src/scroll.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "termchar.h" | 22 | #include "termchar.h" |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "dispextern.h" | 24 | #include "dispextern.h" |
diff --git a/src/search.c b/src/search.c index b95e52aed56..930d1bb51ee 100644 --- a/src/search.c +++ b/src/search.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "syntax.h" | 23 | #include "syntax.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
diff --git a/src/sunfns.c b/src/sunfns.c index 75b7c8dc24b..6112fbae2b4 100644 --- a/src/sunfns.c +++ b/src/sunfns.c | |||
| @@ -37,7 +37,7 @@ who first discovered the Menu_Base_Kludge. | |||
| 37 | /* | 37 | /* |
| 38 | * Emacs Lisp-Callable functions for sunwindows | 38 | * Emacs Lisp-Callable functions for sunwindows |
| 39 | */ | 39 | */ |
| 40 | #include "config.h" | 40 | #include <config.h> |
| 41 | 41 | ||
| 42 | #include <stdio.h> | 42 | #include <stdio.h> |
| 43 | #include <errno.h> | 43 | #include <errno.h> |
diff --git a/src/syntax.c b/src/syntax.c index f0d56ee6263..fdee86cf44d 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include <ctype.h> | 22 | #include <ctype.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "commands.h" | 24 | #include "commands.h" |
diff --git a/src/sysdep.c b/src/sysdep.c index 6cb5e1c8340..45d08959c7e 100644 --- a/src/sysdep.c +++ b/src/sysdep.c | |||
| @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 21 | #include <signal.h> | 21 | #include <signal.h> |
| 22 | #include <setjmp.h> | 22 | #include <setjmp.h> |
| 23 | 23 | ||
| 24 | #include "config.h" | 24 | #include <config.h> |
| 25 | #include "lisp.h" | 25 | #include "lisp.h" |
| 26 | #include "blockinput.h" | 26 | #include "blockinput.h" |
| 27 | #undef NULL | 27 | #undef NULL |
diff --git a/src/term.c b/src/term.c index 6388f844dd1..e8599ee9b90 100644 --- a/src/term.c +++ b/src/term.c | |||
| @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 20 | 20 | ||
| 21 | #include <stdio.h> | 21 | #include <stdio.h> |
| 22 | #include <ctype.h> | 22 | #include <ctype.h> |
| 23 | #include "config.h" | 23 | #include <config.h> |
| 24 | #include "termchar.h" | 24 | #include "termchar.h" |
| 25 | #include "termopts.h" | 25 | #include "termopts.h" |
| 26 | #include "cm.h" | 26 | #include "cm.h" |
diff --git a/src/textprop.c b/src/textprop.c index 25164871f22..539269b48dd 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License | |||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | #include "config.h" | 20 | #include <config.h> |
| 21 | #include "lisp.h" | 21 | #include "lisp.h" |
| 22 | #include "intervals.h" | 22 | #include "intervals.h" |
| 23 | #include "buffer.h" | 23 | #include "buffer.h" |
diff --git a/src/undo.c b/src/undo.c index 2e6cae310b6..3d71516e2be 100644 --- a/src/undo.c +++ b/src/undo.c | |||
| @@ -19,7 +19,7 @@ file named COPYING. Among other things, the copyright notice | |||
| 19 | and this notice must be preserved on all copies. */ | 19 | and this notice must be preserved on all copies. */ |
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | #include "config.h" | 22 | #include <config.h> |
| 23 | #include "lisp.h" | 23 | #include "lisp.h" |
| 24 | #include "buffer.h" | 24 | #include "buffer.h" |
| 25 | 25 | ||
diff --git a/src/unexaix.c b/src/unexaix.c index 9fa10e3a912..e22e0e18d08 100644 --- a/src/unexaix.c +++ b/src/unexaix.c | |||
| @@ -160,7 +160,7 @@ pointer looks like an int) but not on all machines. | |||
| 160 | #ifndef emacs | 160 | #ifndef emacs |
| 161 | #define PERROR(arg) perror (arg); return -1 | 161 | #define PERROR(arg) perror (arg); return -1 |
| 162 | #else | 162 | #else |
| 163 | #include "config.h" | 163 | #include <config.h> |
| 164 | #define PERROR(file) report_error (file, new) | 164 | #define PERROR(file) report_error (file, new) |
| 165 | #endif | 165 | #endif |
| 166 | 166 | ||
diff --git a/src/unexconvex.c b/src/unexconvex.c index 3be4b86f1ff..0ef21577fab 100644 --- a/src/unexconvex.c +++ b/src/unexconvex.c | |||
| @@ -163,7 +163,7 @@ pointer looks like an int) but not on all machines. | |||
| 163 | 163 | ||
| 164 | */ | 164 | */ |
| 165 | 165 | ||
| 166 | #include "config.h" | 166 | #include <config.h> |
| 167 | #define PERROR(file) report_error (file, new) | 167 | #define PERROR(file) report_error (file, new) |
| 168 | 168 | ||
| 169 | #include <a.out.h> | 169 | #include <a.out.h> |
diff --git a/src/unexec.c b/src/unexec.c index 74e459a302e..7657e249659 100644 --- a/src/unexec.c +++ b/src/unexec.c | |||
| @@ -164,7 +164,7 @@ pointer looks like an int) but not on all machines. | |||
| 164 | #define PERROR(arg) perror (arg); return -1 | 164 | #define PERROR(arg) perror (arg); return -1 |
| 165 | #else | 165 | #else |
| 166 | #define IN_UNEXEC | 166 | #define IN_UNEXEC |
| 167 | #include "config.h" | 167 | #include <config.h> |
| 168 | #define PERROR(file) report_error (file, new) | 168 | #define PERROR(file) report_error (file, new) |
| 169 | #endif | 169 | #endif |
| 170 | 170 | ||
diff --git a/src/unexenix.c b/src/unexenix.c index f20e7cc502f..20e1b06898a 100644 --- a/src/unexenix.c +++ b/src/unexenix.c | |||
| @@ -40,7 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 40 | gb@entity.com | 40 | gb@entity.com |
| 41 | */ | 41 | */ |
| 42 | 42 | ||
| 43 | #include "config.h" | 43 | #include <config.h> |
| 44 | #include <sys/types.h> | 44 | #include <sys/types.h> |
| 45 | #include <fcntl.h> | 45 | #include <fcntl.h> |
| 46 | #include <sys/file.h> | 46 | #include <sys/file.h> |
diff --git a/src/unexmips.c b/src/unexmips.c index 292f0210c53..b39adfc9c39 100644 --- a/src/unexmips.c +++ b/src/unexmips.c | |||
| @@ -25,7 +25,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 25 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 25 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 26 | 26 | ||
| 27 | 27 | ||
| 28 | #include "config.h" | 28 | #include <config.h> |
| 29 | #include <sys/types.h> | 29 | #include <sys/types.h> |
| 30 | #include <sys/file.h> | 30 | #include <sys/file.h> |
| 31 | #include <sys/stat.h> | 31 | #include <sys/stat.h> |
diff --git a/src/unexsunos4.c b/src/unexsunos4.c index c8dff3482dd..664a7db6997 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | * | 24 | * |
| 25 | */ | 25 | */ |
| 26 | #ifdef emacs | 26 | #ifdef emacs |
| 27 | #include "config.h" | 27 | #include <config.h> |
| 28 | #endif | 28 | #endif |
| 29 | 29 | ||
| 30 | #include <sys/param.h> | 30 | #include <sys/param.h> |
diff --git a/src/vm-limit.c b/src/vm-limit.c index 12b38f7050f..0e294413461 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | #ifdef emacs | 20 | #ifdef emacs |
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #endif | 23 | #endif |
| 24 | 24 | ||
diff --git a/src/vmsfns.c b/src/vmsfns.c index 0885fb694d0..6a9c2b2b449 100644 --- a/src/vmsfns.c +++ b/src/vmsfns.c | |||
| @@ -59,7 +59,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 59 | #include <ctype.h> | 59 | #include <ctype.h> |
| 60 | #undef NULL | 60 | #undef NULL |
| 61 | 61 | ||
| 62 | #include "config.h" | 62 | #include <config.h> |
| 63 | #include "lisp.h" | 63 | #include "lisp.h" |
| 64 | #include <descrip.h> | 64 | #include <descrip.h> |
| 65 | #include <dvidef.h> | 65 | #include <dvidef.h> |
diff --git a/src/vmsgmalloc.c b/src/vmsgmalloc.c index 80b9d51ab0a..d9939dd1123 100644 --- a/src/vmsgmalloc.c +++ b/src/vmsgmalloc.c | |||
| @@ -104,7 +104,7 @@ extern void __vms_free __P ((__ptr_t __ptr)); | |||
| 104 | #include <stdio.h> /* Harmless, gets __GNU_LIBRARY__ defined. */ | 104 | #include <stdio.h> /* Harmless, gets __GNU_LIBRARY__ defined. */ |
| 105 | 105 | ||
| 106 | #if defined(HAVE_CONFIG_H) || defined(emacs) | 106 | #if defined(HAVE_CONFIG_H) || defined(emacs) |
| 107 | #include "config.h" | 107 | #include <config.h> |
| 108 | #endif | 108 | #endif |
| 109 | 109 | ||
| 110 | #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG) | 110 | #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG) |
diff --git a/src/vmsmap.c b/src/vmsmap.c index aa135302858..6597a47de01 100644 --- a/src/vmsmap.c +++ b/src/vmsmap.c | |||
| @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 21 | 21 | ||
| 22 | #ifdef VMS | 22 | #ifdef VMS |
| 23 | 23 | ||
| 24 | #include "config.h" | 24 | #include <config.h> |
| 25 | #include "lisp.h" | 25 | #include "lisp.h" |
| 26 | #include <rab.h> | 26 | #include <rab.h> |
| 27 | #include <fab.h> | 27 | #include <fab.h> |
diff --git a/src/vmstime.c b/src/vmstime.c index a7316ffabac..08c0a982609 100644 --- a/src/vmstime.c +++ b/src/vmstime.c | |||
| @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License | |||
| 17 | along with GNU Emacs; see the file COPYING. If not, write to | 17 | along with GNU Emacs; see the file COPYING. If not, write to |
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | #include "config.h" | 20 | #include <config.h> |
| 21 | #include "vmstime.h" | 21 | #include "vmstime.h" |
| 22 | 22 | ||
| 23 | long timezone=0; | 23 | long timezone=0; |
diff --git a/src/window.c b/src/window.c index 9ea7866cde3..3142479a72a 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with GNU Emacs; see the file COPYING. If not, write to | 18 | 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 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include "lisp.h" | 22 | #include "lisp.h" |
| 23 | #include "buffer.h" | 23 | #include "buffer.h" |
| 24 | #include "frame.h" | 24 | #include "frame.h" |
diff --git a/src/xdisp.c b/src/xdisp.c index dc833e5d5f9..7f73516266b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #include <stdio.h> | 22 | #include <stdio.h> |
| 23 | /*#include <ctype.h>*/ | 23 | /*#include <ctype.h>*/ |
| 24 | #undef NULL | 24 | #undef NULL |
diff --git a/src/xfaces.c b/src/xfaces.c index e043ea25a84..f2a26a52def 100644 --- a/src/xfaces.c +++ b/src/xfaces.c | |||
| @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 22 | #include <sys/types.h> | 22 | #include <sys/types.h> |
| 23 | #include <sys/stat.h> | 23 | #include <sys/stat.h> |
| 24 | 24 | ||
| 25 | #include "config.h" | 25 | #include <config.h> |
| 26 | #include "lisp.h" | 26 | #include "lisp.h" |
| 27 | 27 | ||
| 28 | #ifdef HAVE_X_WINDOWS | 28 | #ifdef HAVE_X_WINDOWS |
diff --git a/src/xfns.c b/src/xfns.c index 1997d4ff626..3771fb35dde 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 25 | #include <stdio.h> | 25 | #include <stdio.h> |
| 26 | #endif | 26 | #endif |
| 27 | #include <signal.h> | 27 | #include <signal.h> |
| 28 | #include "config.h" | 28 | #include <config.h> |
| 29 | #include "lisp.h" | 29 | #include "lisp.h" |
| 30 | #include "xterm.h" | 30 | #include "xterm.h" |
| 31 | #include "frame.h" | 31 | #include "frame.h" |
diff --git a/src/xmenu.c b/src/xmenu.c index 1c17085571a..9fcd49f8a85 100644 --- a/src/xmenu.c +++ b/src/xmenu.c | |||
| @@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 30 | 30 | ||
| 31 | /* On 4.3 this loses if it comes after xterm.h. */ | 31 | /* On 4.3 this loses if it comes after xterm.h. */ |
| 32 | #include <signal.h> | 32 | #include <signal.h> |
| 33 | #include "config.h" | 33 | #include <config.h> |
| 34 | #include "lisp.h" | 34 | #include "lisp.h" |
| 35 | #include "frame.h" | 35 | #include "frame.h" |
| 36 | #include "window.h" | 36 | #include "window.h" |
diff --git a/src/xrdb.c b/src/xrdb.c index b1a8a9ce6a2..354d38a52b4 100644 --- a/src/xrdb.c +++ b/src/xrdb.c | |||
| @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 18 | /* Written by jla, 4/90 */ | 18 | /* Written by jla, 4/90 */ |
| 19 | 19 | ||
| 20 | #ifdef emacs | 20 | #ifdef emacs |
| 21 | #include "config.h" | 21 | #include <config.h> |
| 22 | #endif | 22 | #endif |
| 23 | 23 | ||
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
diff --git a/src/xselect.c b/src/xselect.c index 7b6a1164e3c..54e645ff7cf 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -23,7 +23,7 @@ x_reply_selection_request */ | |||
| 23 | 23 | ||
| 24 | /* Rewritten by jwz */ | 24 | /* Rewritten by jwz */ |
| 25 | 25 | ||
| 26 | #include "config.h" | 26 | #include <config.h> |
| 27 | #include "lisp.h" | 27 | #include "lisp.h" |
| 28 | #if 0 | 28 | #if 0 |
| 29 | #include <stdio.h> /* termhooks.h needs this */ | 29 | #include <stdio.h> /* termhooks.h needs this */ |
diff --git a/src/xterm.c b/src/xterm.c index 0379ef7bda8..2cea43a0936 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 33 | #include <stdio.h> | 33 | #include <stdio.h> |
| 34 | #include <signal.h> | 34 | #include <signal.h> |
| 35 | 35 | ||
| 36 | #include "config.h" | 36 | #include <config.h> |
| 37 | 37 | ||
| 38 | #ifdef HAVE_X_WINDOWS | 38 | #ifdef HAVE_X_WINDOWS |
| 39 | 39 | ||