From d4ecd173e08227e372bca2c2e74c8e5de4859bd8 Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Sun, 26 Oct 2014 22:24:39 +0000 Subject: [PATCH] Better reference for setjmp.h. Copied from Perforce Change: 187413 ServerID: perforce.ravenbrook.com --- mps/code/ssxci6.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mps/code/ssxci6.c b/mps/code/ssxci6.c index 901c59f513b..1deb5c8153f 100644 --- a/mps/code/ssxci6.c +++ b/mps/code/ssxci6.c @@ -41,8 +41,7 @@ Addr *StackContextStackTop(StackContext sc) * The PointerAlignDown is necessary because the size of the jump * buffer is not a multiple of sizeof(Addr) on this platform: see * setjmp.h, where _JBLEN is 37. - * - * _setjmp.s, + * */ Res StackContextScan(ScanState ss, StackContext sc)