1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 11:21:19 -07:00

Better reference for setjmp.h.

Copied from Perforce
 Change: 187413
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2014-10-26 22:24:39 +00:00
parent 4126fe1d73
commit d4ecd173e0

View file

@ -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.
* <http://www.opensource.apple.com/source/xnu/xnu-1456.1.26/bsd/i386/setjmp.h>
* _setjmp.s,
* <http://www.opensource.apple.com/source/Libc/Libc-825.24/include/setjmp.h>
*/
Res StackContextScan(ScanState ss, StackContext sc)