mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-16 00:01:05 -08:00
New unit
in support of irr4cc Copied from Perforce Change: 15833 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
607f71731b
commit
23f71d1f44
1 changed files with 15 additions and 0 deletions
15
mps/src/ssan.c
Normal file
15
mps/src/ssan.c
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* impl.c.ssan: ANSI STACK SCANNER
|
||||
*
|
||||
* $HopeName$
|
||||
*
|
||||
* This module provides zero functionality. It exists to feed the
|
||||
* linker (prevent linker errors).
|
||||
*/
|
||||
|
||||
#include "mpm.h"
|
||||
#include "ss.h"
|
||||
|
||||
Res StackScan(ScanState ss, Addr *stackBot)
|
||||
{
|
||||
return ResUNIMPL;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue