summaryrefslogtreecommitdiff
path: root/libguile/symbols.h
diff options
context:
space:
mode:
authorMikael Djurfeldt <djurfeldt@nada.kth.se>2001-03-08 02:46:38 +0000
committerMikael Djurfeldt <djurfeldt@nada.kth.se>2001-03-08 02:46:38 +0000
commita4c91488d316735f26c8b23b62938ebcc2303a0e (patch)
tree8825a2c54c0179a18a2a54043ee9974820e0f812 /libguile/symbols.h
parent70ce100d8a806ae87cb9afee0d2385dfaa2faaf6 (diff)
downloadguile-a4c91488d316735f26c8b23b62938ebcc2303a0e.tar.gz
* symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUG
function.
Diffstat (limited to 'libguile/symbols.h')
-rw-r--r--libguile/symbols.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libguile/symbols.h b/libguile/symbols.h
index 94ebc3c20..a2987aa47 100644
--- a/libguile/symbols.h
+++ b/libguile/symbols.h
@@ -2,7 +2,7 @@
#ifndef SYMBOLSH
#define SYMBOLSH
-/* Copyright (C) 1995,1996,1997,1998, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998, 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
@@ -71,6 +71,9 @@
+#ifdef GUILE_DEBUG
+extern SCM scm_sys_symbols (void);
+#endif
extern SCM scm_mem2symbol (const char*, scm_sizet);
extern SCM scm_str2symbol (const char*);