guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-55-gb50705


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.1-55-gb507055
Date: Thu, 12 May 2011 12:01:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=b5070556c568eae7c597331b60c1d21828b6cc99

The branch, stable-2.0 has been updated
       via  b5070556c568eae7c597331b60c1d21828b6cc99 (commit)
      from  d147fe2e68c93fe5c4ae47da6749e39edfa06e55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b5070556c568eae7c597331b60c1d21828b6cc99
Author: Andy Wingo <address@hidden>
Date:   Thu May 12 13:37:57 2011 +0200

    add missing SCM_DEPRECATED annotation
    
    * libguile/deprecated.h: Use SCM_DEPRECATED instead of SCM_API for the
      asinh, acosh, atanh, and atan2 wrappers.

-----------------------------------------------------------------------

Summary of changes:
 libguile/deprecated.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/libguile/deprecated.h b/libguile/deprecated.h
index 6693c6c..5353cab 100644
--- a/libguile/deprecated.h
+++ b/libguile/deprecated.h
@@ -395,10 +395,10 @@ SCM_DEPRECATED double scm_round (double x);
 SCM_DEPRECATED SCM scm_sys_expt (SCM x, SCM y);
 
 /* if your platform doesn't have asinh et al */
-SCM_API double scm_asinh (double x);
-SCM_API double scm_acosh (double x);
-SCM_API double scm_atanh (double x);
-SCM_API SCM scm_sys_atan2 (SCM z1, SCM z2);
+SCM_DEPRECATED double scm_asinh (double x);
+SCM_DEPRECATED double scm_acosh (double x);
+SCM_DEPRECATED double scm_atanh (double x);
+SCM_DEPRECATED SCM scm_sys_atan2 (SCM z1, SCM z2);
 
 /* Deprecated because we don't want people to access the internal
    representation of strings directly.


hooks/post-receive
-- 
GNU Guile



reply via email to

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