mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 19:42:53 -08:00
Transliteration changes
Copied from Perforce Change: 17505 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
b7d4df41c2
commit
e42903cf80
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* impl.c.arenacl: ARENA IMPLEMENTATION USING CLIENT MEMORY
|
||||
*
|
||||
* $HopeName: MMsrc!arenacl.c(trunk.2) $
|
||||
* $HopeName: MMsrc!arenacl.c(trunk.3) $
|
||||
*
|
||||
* Copyright (C) 1996 Harlequin Group, all rights reserved.
|
||||
*
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
#error "Client arena not configured"
|
||||
#endif
|
||||
|
||||
SRCID(arenacl, "$HopeName: MMsrc!arenacl.c(trunk.2) $");
|
||||
SRCID(arenacl, "$HopeName: MMsrc!arenacl.c(trunk.3) $");
|
||||
|
||||
Bool ArenaCheck(Arena arena)
|
||||
{
|
||||
|
|
@ -57,7 +57,7 @@ typedef struct ChunkStruct *Chunk; /* chunk type */
|
|||
typedef struct PageStruct *Page; /* page type */
|
||||
typedef Word *ABT; /* bool table type */
|
||||
|
||||
#define ChunkSig ((Sig)0x519C409c)
|
||||
#define ChunkSig ((Sig)0x519C804c) /* SIGnature CHUNK */
|
||||
|
||||
typedef struct ChunkStruct { /* chunk structure */
|
||||
Sig sig; /* impl.h.misc.sig */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue