diff options
| author | Jim Blandy | 1991-12-21 07:03:14 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-12-21 07:03:14 +0000 |
| commit | 1464f5d50ea1b821791964b837fcaccece424c63 (patch) | |
| tree | 94b5abb1b5bbcee5d01c985fee5ce976978d8002 /src/bytecode.c | |
| parent | 3f1f436615dea6232f1ca844e627feac5f204e46 (diff) | |
| download | emacs-1464f5d50ea1b821791964b837fcaccece424c63.tar.gz emacs-1464f5d50ea1b821791964b837fcaccece424c63.zip | |
*** empty log message ***
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index d8de7ebaebe..eb5b117f683 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -418,14 +418,7 @@ If the third argument is incorrect, Emacs may crash.") | |||
| 418 | } | 418 | } |
| 419 | } | 419 | } |
| 420 | #endif | 420 | #endif |
| 421 | /* The frobbing of gcpro3 was lost by jwz's changes in June 91 | ||
| 422 | and then reinserted by jwz in Nov 91. */ | ||
| 423 | /* Remove protection from the args we are giving to Ffuncall. | ||
| 424 | FFuncall will protect them, and double protection would | ||
| 425 | cause disasters. */ | ||
| 426 | gcpro3.nvars = &TOP - stack - 1; | ||
| 427 | TOP = Ffuncall (op + 1, &TOP); | 421 | TOP = Ffuncall (op + 1, &TOP); |
| 428 | gcpro3.nvars = XFASTINT (maxdepth); | ||
| 429 | break; | 422 | break; |
| 430 | 423 | ||
| 431 | case Bunbind+6: | 424 | case Bunbind+6: |