diff options
| author | Kenichi Handa | 2010-07-09 15:55:27 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-07-09 15:55:27 +0900 |
| commit | e1ffae3bb6b87eb824ea9c6291935584fc806cc4 (patch) | |
| tree | ee223039304ceff6edbc2df45ef36f69805c369e /src/bytecode.c | |
| parent | 80d4189187791916590b6c2b20b54588d432bb75 (diff) | |
| parent | 0508c67f47a9b79684f2f454010a2d086df7f35b (diff) | |
| download | emacs-e1ffae3bb6b87eb824ea9c6291935584fc806cc4.tar.gz emacs-e1ffae3bb6b87eb824ea9c6291935584fc806cc4.zip | |
merge trunk
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 679fc60a1a7..88ac509e4ba 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -403,8 +403,7 @@ The first argument, BYTESTR, is a string of byte code; | |||
| 403 | the second, VECTOR, a vector of constants; | 403 | the second, VECTOR, a vector of constants; |
| 404 | the third, MAXDEPTH, the maximum stack depth used in this function. | 404 | the third, MAXDEPTH, the maximum stack depth used in this function. |
| 405 | If the third argument is incorrect, Emacs may crash. */) | 405 | If the third argument is incorrect, Emacs may crash. */) |
| 406 | (bytestr, vector, maxdepth) | 406 | (Lisp_Object bytestr, Lisp_Object vector, Lisp_Object maxdepth) |
| 407 | Lisp_Object bytestr, vector, maxdepth; | ||
| 408 | { | 407 | { |
| 409 | int count = SPECPDL_INDEX (); | 408 | int count = SPECPDL_INDEX (); |
| 410 | #ifdef BYTE_CODE_METER | 409 | #ifdef BYTE_CODE_METER |