[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: g_rc.c
User: peterb
Date: 07/06/04 12:15:38
Modified: . g_rc.c
Log:
Replace deprecated Guile functions & macros.
Replace deprecated SCM_STRINGP, SCM_INUM, SXM_INUMP & SCM_MAKINUM with
recommended equivalents for Guile 1.8.
Revision Changes Path
1.6 eda/geda/gaf/gattrib/src/g_rc.c
(In the diff below, changes in quantity of whitespace are not shown.)
Index: g_rc.c
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/src/g_rc.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- g_rc.c 16 Apr 2007 11:57:50 -0000 1.5
+++ g_rc.c 4 Jun 2007 16:15:37 -0000 1.6
@@ -65,7 +65,7 @@
*------------------------------------------------------------------*/
SCM g_rc_gattrib_version(SCM version)
{
- SCM_ASSERT (SCM_NIMP (version) && SCM_STRINGP (version), version,
+ SCM_ASSERT (scm_is_string (version), version,
SCM_ARG1, "gattrib-version");
if (g_strcasecmp (SCM_STRING_CHARS (version), VERSION) != 0) {
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs