comparison src/bytecode.c @ 23715:c69d612b0819

Include charset.h.
author Kenichi Handa <handa@m17n.org>
date Mon, 16 Nov 1998 01:17:06 +0000
parents c97adaf9f770
children a14111a2a100
comparison
equal deleted inserted replaced
23714:e1072726334b 23715:c69d612b0819
34 */ 34 */
35 35
36 #include <config.h> 36 #include <config.h>
37 #include "lisp.h" 37 #include "lisp.h"
38 #include "buffer.h" 38 #include "buffer.h"
39 #include "charset.h"
39 #include "syntax.h" 40 #include "syntax.h"
40 41
41 /* 42 /*
42 * define BYTE_CODE_SAFE to enable some minor sanity checking (useful for 43 * define BYTE_CODE_SAFE to enable some minor sanity checking (useful for
43 * debugging the byte compiler...) 44 * debugging the byte compiler...)