guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile ChangeLog unif.h


From: Mikael Djurfeldt
Subject: guile/guile-core/libguile ChangeLog unif.h
Date: Thu, 19 Apr 2001 15:10:29 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:             01/04/19 15:10:29

Modified files:
        guile-core/libguile: ChangeLog unif.h 

Log message:
        * unif.h (SCM_ARRAY_CONTIGUOUS): Reintroduced as deprecated.
        
        * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/ChangeLog.diff?cvsroot=OldCVS&tr1=1.1358&tr2=1.1359&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/unif.h.diff?cvsroot=OldCVS&tr1=1.34&tr2=1.35&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/ChangeLog
diff -u guile/guile-core/libguile/ChangeLog:1.1358 
guile/guile-core/libguile/ChangeLog:1.1359
--- guile/guile-core/libguile/ChangeLog:1.1358  Thu Apr 19 14:10:52 2001
+++ guile/guile-core/libguile/ChangeLog Thu Apr 19 15:10:29 2001
@@ -1,5 +1,7 @@
 2001-04-19  Mikael Djurfeldt  <address@hidden>
 
+       * unif.h (SCM_ARRAY_CONTIGUOUS): Reintroduced as deprecated.
+
        * __scm.h (SCM_WTA_DISPATCH_0, SCM_WTA_DISPATCH_1,
        SCM_WTA_DISPATCH_2, SCM_WTA_DISPATCH_n): Inserted required
        parentheses in order to get the correct associativity.
Index: guile/guile-core/libguile/unif.h
diff -u guile/guile-core/libguile/unif.h:1.34 
guile/guile-core/libguile/unif.h:1.35
--- guile/guile-core/libguile/unif.h:1.34       Thu Apr 19 02:38:37 2001
+++ guile/guile-core/libguile/unif.h    Thu Apr 19 15:10:29 2001
@@ -78,6 +78,10 @@
 
 #define SCM_ARRAY_FLAG_CONTIGUOUS (1 << 16)
 
+#if (SCM_DEBUG_DEPRECATED == 0)
+#define SCM_ARRAY_CONTIGUOUS SCM_ARRAY_FLAG_CONTIGUOUS
+#endif
+
 #define SCM_ARRAYP(a)      SCM_TYP16_PREDICATE (scm_tc16_array, a)
 #define SCM_ARRAY_NDIM(x)   ((scm_sizet) (SCM_CELL_WORD_0 (x) >> 17))
 #define SCM_ARRAY_CONTP(x)  (SCM_CELL_WORD_0 (x) & SCM_ARRAY_FLAG_CONTIGUOUS)



reply via email to

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