diff options
Diffstat (limited to 'src/bytecode.h')
| -rw-r--r-- | src/bytecode.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/bytecode.h b/src/bytecode.h index aa59b943952..25f11f1ce1f 100644 --- a/src/bytecode.h +++ b/src/bytecode.h | |||
| @@ -301,3 +301,13 @@ struct byte_stack | |||
| 301 | 301 | ||
| 302 | extern void | 302 | extern void |
| 303 | bcall0 (Lisp_Object f); | 303 | bcall0 (Lisp_Object f); |
| 304 | |||
| 305 | extern void | ||
| 306 | jit_byte_code__ (Lisp_Object); | ||
| 307 | |||
| 308 | extern Lisp_Object | ||
| 309 | jit_exec (Lisp_Object, Lisp_Object, ptrdiff_t, Lisp_Object *); | ||
| 310 | |||
| 311 | extern Lisp_Object | ||
| 312 | exec_byte_code__ (Lisp_Object, Lisp_Object, Lisp_Object, | ||
| 313 | Lisp_Object, ptrdiff_t, Lisp_Object *); | ||