* Renamed header macros to the SCM_<filename>_H format.
This commit is contained in:
parent
431e2ac105
commit
0527e68763
55 changed files with 470 additions and 416 deletions
|
|
@ -1,8 +1,9 @@
|
|||
/* classes: h_files */
|
||||
|
||||
#ifndef DEBUGMALLOCH
|
||||
#define DEBUGMALLOCH
|
||||
/* Copyright (C) 2000, 2001 Free Software Foundation, Inc.
|
||||
#ifndef SCM_DEBUG_MALLOC_H
|
||||
#define SCM_DEBUG_MALLOC_H
|
||||
|
||||
/* Copyright (C) 2000,2001 Free Software Foundation, Inc.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -58,7 +59,7 @@ extern SCM scm_malloc_stats (void);
|
|||
extern void scm_debug_malloc_prehistory (void);
|
||||
extern void scm_init_debug_malloc (void);
|
||||
|
||||
#endif /* DEBUGMALLOCH */
|
||||
#endif /* SCM_DEBUG_MALLOC_H */
|
||||
|
||||
/*
|
||||
Local Variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue