guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile boolean.h


From: Marius Vollmer
Subject: guile/guile-core/libguile boolean.h
Date: Thu, 01 Nov 2001 19:08:11 -0500

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <address@hidden> 01/11/01 19:08:11

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

Log message:
        Prefixed each each exported symbol with SCM_API.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/boolean.h.diff?cvsroot=OldCVS&tr1=1.15&tr2=1.16&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/boolean.h
diff -u guile/guile-core/libguile/boolean.h:1.15 
guile/guile-core/libguile/boolean.h:1.16
--- guile/guile-core/libguile/boolean.h:1.15    Fri Aug 31 06:42:19 2001
+++ guile/guile-core/libguile/boolean.h Thu Nov  1 19:08:10 2001
@@ -73,9 +73,9 @@
 
 
 
-extern SCM scm_not (SCM x);
-extern SCM scm_boolean_p (SCM obj);
-extern void scm_init_boolean (void);
+SCM_API SCM scm_not (SCM x);
+SCM_API SCM scm_boolean_p (SCM obj);
+SCM_API void scm_init_boolean (void);
 
 #endif  /* SCM_BOOLEAN_H */
 



reply via email to

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