diff src/bytecode.c @ 4696:1fc792473491

Include <config.h> instead of "config.h".
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 06:15:46 +0000
parents e94a593c3952
children 127823d9444d
line wrap: on
line diff
--- a/src/bytecode.c	Fri Sep 10 06:08:27 1993 +0000
+++ b/src/bytecode.c	Fri Sep 10 06:15:46 1993 +0000
@@ -32,7 +32,7 @@
   o  all conditionals now only do QUIT if they jump.
  */
 
-#include "config.h"
+#include <config.h>
 #include "lisp.h"
 #include "buffer.h"
 #include "syntax.h"