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