1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-23 07:12:12 -07:00

Fix cross-references.

Copied from Perforce
 Change: 187791
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2015-03-19 10:59:38 +00:00
parent aba1b6befd
commit 7ff6169818
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
*
* .note.stack: It's important that the MPS have a bounded stack size,
* and this is a problem for tree algorithms. Basically, we have to
* avoid recursion. See design.mps.sp.req.sol.depth.no-recursion.
* avoid recursion. See design.mps.sp.sol.depth.no-recursion.
*/

View file

@ -11,7 +11,7 @@
*
* .note.stack: It's important that the MPS have a bounded stack size,
* and this is a problem for tree algorithms. Basically, we have to
* avoid recursion. See design.mps.sp.req.sol.depth.no-recursion.
* avoid recursion. See design.mps.sp.sol.depth.no-recursion.
*/
#include "tree.h"