changeset 5980:a203b7c30300

Use <...> for config.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 17 Feb 1994 20:05:33 +0000
parents 99e5ff29c408
children 3faecbaa2d51
files src/dosfns.c src/msdos.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/dosfns.c	Thu Feb 17 20:02:50 1994 +0000
+++ b/src/dosfns.c	Thu Feb 17 20:05:33 1994 +0000
@@ -19,7 +19,7 @@
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 
-#include "config.h"
+#include <config.h>
 
 #ifdef MSDOS
 /* The entire file is within this conditional */
--- a/src/msdos.c	Thu Feb 17 20:02:50 1994 +0000
+++ b/src/msdos.c	Thu Feb 17 20:05:33 1994 +0000
@@ -19,7 +19,7 @@
 
 /* Note: some of the stuff here was taken from end of sysdep.c in demacs. */
 
-#include "config.h"
+#include <config.h>
 
 #ifdef MSDOS
 #include "lisp.h"