guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile symbols.h


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile symbols.h
Date: Wed, 07 Mar 2001 18:46:38 -0800

CVSROOT:        /cvs
Module name:    guile
Changes by:     Mikael Djurfeldt <address@hidden>       01/03/07 18:46:38

Modified files:
        guile-core/libguile: symbols.h 

Log message:
        * symbols.c, symbols.h (scm_sys_symbols): New function GUILE_DEBUG
        function.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-core/libguile/symbols.h.diff?r1=1.50&r2=1.51

Patches:
Index: guile/guile-core/libguile/symbols.h
diff -u guile/guile-core/libguile/symbols.h:1.50 
guile/guile-core/libguile/symbols.h:1.51
--- guile/guile-core/libguile/symbols.h:1.50    Sat Dec 16 10:27:40 2000
+++ guile/guile-core/libguile/symbols.h Wed Mar  7 18:46:38 2001
@@ -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*);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]