diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-08-31 10:42:19 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2001-08-31 10:42:19 +0000 |
commit | 0527e6876338ba394366273351105d6622368da2 (patch) | |
tree | f6d116981eff65a8aea37cdcb350ff36aefca898 /libguile/debug-malloc.h | |
parent | 431e2ac105b350e920efa9cdfa39e3c07004064b (diff) | |
download | guile-0527e6876338ba394366273351105d6622368da2.tar.gz |
* Renamed header macros to the SCM_<filename>_H format.
Diffstat (limited to 'libguile/debug-malloc.h')
-rw-r--r-- | libguile/debug-malloc.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libguile/debug-malloc.h b/libguile/debug-malloc.h index 29e465bc0..1d646fcb9 100644 --- a/libguile/debug-malloc.h +++ b/libguile/debug-malloc.h @@ -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: |