1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-13 15:00:42 -08:00

Add srcid

Copied from Perforce
 Change: 21514
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 2000-09-15 13:59:06 +01:00
parent f723623128
commit b754cd3bbd

View file

@ -1,15 +1,20 @@
/* impl.c.ssan: ANSI STACK SCANNER
*
* $HopeName: MMsrc!ssan.c(trunk.1) $
* $HopeName$
* Copyright (C) 1996 Harlequin Limited. All rights reserved.
*
* This module provides zero functionality. It exists to feed the
* linker (prevent linker errors).
*/
#include "mpm.h"
#include "mpmtypes.h"
#include "misc.h"
#include "ss.h"
SRCID(ssan, "$HopeName$");
Res StackScan(ScanState ss, Addr *stackBot)
{
UNUSED(ss); UNUSED(stackBot);