1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 08:31:09 -08:00

Removing warning

Copied from Perforce
 Change: 19045
 ServerID: perforce.ravenbrook.com
This commit is contained in:
David Jones 1997-12-02 12:51:02 +00:00
parent 5b6b2c578f
commit c93a66cf94

View file

@ -1,6 +1,6 @@
/* impl.c.awlut: POOL CLASS AWL UNIT TEST
*
* $HopeName: MMsrc!awlut.c(trunk.10) $
* $HopeName: MMsrc!awlut.c(trunk.11) $
* Copyright (C) 1997 The Harlequin Group Limited. All rights reserved.
*
* READERSHIP
@ -67,7 +67,7 @@ static mps_word_t table_wrapper[] = {
1 /* VL */
};
void initialise_wrapper(mps_word_t *wrapper)
static void initialise_wrapper(mps_word_t *wrapper)
{
wrapper[0] = (mps_word_t)&wrapper_wrapper;
wrapper[1] = (mps_word_t)&bogus_class;