[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Outdated comment in eval.c?
From: |
Po Lu |
Subject: |
Outdated comment in eval.c? |
Date: |
Tue, 21 Sep 2021 10:37:58 +0800 |
At line 367 of eval.c, I see the following comment:
/* NOTE!!! Every function that can call EVAL must protect its args
and temporaries from garbage collection while it needs them.
The definition of `For' shows what you have to do. */
But GCPRO has been gone for a long time, as Emacs now exclusively use
conservative stack marking.
Would it be prudent to remove this comment?
- Outdated comment in eval.c?,
Po Lu <=