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:
parent
f723623128
commit
b754cd3bbd
1 changed files with 7 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue