Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 4695:32220a85d53b | 4696:1fc792473491 |
|---|---|
| 30 by Hallvard: | 30 by Hallvard: |
| 31 o added relative jump instructions; | 31 o added relative jump instructions; |
| 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" |
| 39 | 39 |
| 40 /* | 40 /* |
