mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 06:50:46 -08:00
Rename "mpscmv2.h" to "mpscmvt.h" for consistency.
Copied from Perforce Change: 180489 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
1afadfd663
commit
fcd7180d08
3 changed files with 6 additions and 6 deletions
|
|
@ -1,11 +1,11 @@
|
|||
/* mpscmv2.h: MEMORY POOL SYSTEM CLASS "MVT"
|
||||
/* mpscmvt.h: MEMORY POOL SYSTEM CLASS "MVT"
|
||||
*
|
||||
* $Id$
|
||||
* Copyright (c) 2001 Ravenbrook Limited. See end of file for license.
|
||||
*/
|
||||
|
||||
#ifndef mpscmv2_h
|
||||
#define mpscmv2_h
|
||||
#ifndef mpscmvt_h
|
||||
#define mpscmvt_h
|
||||
|
||||
#include "mps.h"
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ extern mps_class_t mps_class_mvt(void);
|
|||
extern size_t mps_mvt_free_size(mps_pool_t mps_pool);
|
||||
extern size_t mps_mvt_size(mps_pool_t mps_pool);
|
||||
|
||||
#endif /* mpscmv2_h */
|
||||
#endif /* mpscmvt_h */
|
||||
|
||||
|
||||
/* C. COPYRIGHT AND LICENSE
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
#include "mpstd.h"
|
||||
#include <time.h>
|
||||
|
||||
#include "mpscmv2.h"
|
||||
#include "mpscmvt.h"
|
||||
#include "mps.h"
|
||||
|
||||
typedef MPS_T_WORD mps_count_t; /* machine word (target dep.) */
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
#include "mpm.h"
|
||||
#include "poolmv2.h"
|
||||
#include "mpscmv2.h"
|
||||
#include "mpscmvt.h"
|
||||
#include "abq.h"
|
||||
#include "cbs.h"
|
||||
#include "meter.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue