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: Marius Vollmer
Subject: guile/guile-core/libguile symbols.h
Date: Mon, 14 May 2001 07:09:24 -0700

CVSROOT:        /cvs
Module name:    guile
Branch:         mvo-vcell-cleanup-1-branch
Changes by:     Marius Vollmer <address@hidden> 01/05/14 07:09:24

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

Log message:
        Added removed vcell and obarray functions back as deprecated.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/symbols.h.diff?cvsroot=OldCVS&only_with_tag=mvo-vcell-cleanup-1-branch&tr1=1.51.2.1&tr2=1.51.2.2&r1=text&r2=text

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]