diff options
| author | Tom Tromey | 2013-01-16 11:48:32 -0700 |
|---|---|---|
| committer | Tom Tromey | 2013-01-16 11:48:32 -0700 |
| commit | 6f4de085f065e11f4df3195d47479f28f5ef08ba (patch) | |
| tree | 1211a00f1afc86c2b73624897993db02a4852943 /src/eval.c | |
| parent | e078a23febca14bc919c5806670479c395e3253e (diff) | |
| parent | ffe04adc88e546c406f9b050238fb98a7243c7a0 (diff) | |
| download | emacs-6f4de085f065e11f4df3195d47479f28f5ef08ba.tar.gz emacs-6f4de085f065e11f4df3195d47479f28f5ef08ba.zip | |
merge from trunk
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/eval.c b/src/eval.c index f88567f14cb..18031236c7d 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1950,7 +1950,10 @@ eval_sub (Lisp_Object form) | |||
| 1950 | return form; | 1950 | return form; |
| 1951 | 1951 | ||
| 1952 | QUIT; | 1952 | QUIT; |
| 1953 | |||
| 1954 | GCPRO1 (form); | ||
| 1953 | maybe_gc (); | 1955 | maybe_gc (); |
| 1956 | UNGCPRO; | ||
| 1954 | 1957 | ||
| 1955 | if (++lisp_eval_depth > max_lisp_eval_depth) | 1958 | if (++lisp_eval_depth > max_lisp_eval_depth) |
| 1956 | { | 1959 | { |