comparison src/eval.c @ 278:90d73dddcdc4 r21-0b37

Import from CVS: tag r21-0b37
author cvs
date Mon, 13 Aug 2007 10:31:29 +0200
parents c5d627a313b1
children 70ad99077275
comparison
equal deleted inserted replaced
277:cfdf3ff11843 278:90d73dddcdc4
26 26
27 27
28 #include <config.h> 28 #include <config.h>
29 #include "lisp.h" 29 #include "lisp.h"
30 30
31 #ifndef standalone
32 #include "commands.h" 31 #include "commands.h"
33 #endif
34
35 #include "backtrace.h" 32 #include "backtrace.h"
36 #include "bytecode.h" 33 #include "bytecode.h"
37 #include "buffer.h" 34 #include "buffer.h"
38 #include "console.h" 35 #include "console.h"
39 #include "opaque.h" 36 #include "opaque.h"