/[guile]/guile/guile-core/libguile/numbers.c
ViewVC logotype

Diff of /guile/guile-core/libguile/numbers.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.135.2.12 by mvo, Sun Nov 3 22:02:10 2002 UTC revision 1.135.2.13 by mvo, Mon Jun 9 22:14:27 2003 UTC
# Line 1  Line 1 
1  /* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002 Free Software Foundation, Inc.  /* Copyright (C) 1995,1996,1997,1998,1999,2000,2001, 2002, 2003 Free Software Foundation, Inc.
2   *   *
3   * Portions Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories   * Portions Copyright 1990, 1991, 1992, 1993 by AT&T Bell Laboratories
4   * and Bellcore.  See scm_divide.   * and Bellcore.  See scm_divide.
# Line 4580  SCM Line 4580  SCM
4580  scm_dbl2big (double d)  scm_dbl2big (double d)
4581  {  {
4582    scm_c_issue_deprecation_warning ("`scm_dbl2big' is deprecated. "    scm_c_issue_deprecation_warning ("`scm_dbl2big' is deprecated. "
4583                                     "Use `scm_dbl2num' instead,"                                     "Use `scm_double2num' instead,"
4584                                     "or `scm_i_dbl2big'.");                                     "or `scm_i_dbl2big'.");
4585    return scm_i_dbl2big (d);    return scm_i_dbl2big (d);
4586  }  }

Legend:
Removed from v.1.135.2.12  
changed lines
  Added in v.1.135.2.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26