1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 00:01:05 -08:00
in support of irr4cc

Copied from Perforce
 Change: 15833
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1996-06-07 15:58:35 +01:00
parent 607f71731b
commit 23f71d1f44

15
mps/src/ssan.c Normal file
View 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;
}