guile-user
[Top][All Lists]
Advanced

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

scm_num2long


From: Bill Schottstaedt
Subject: scm_num2long
Date: Thu, 12 Apr 2001 04:57:37 -0700

This might come in handy:

    pos_char="no"
    AC_MSG_CHECKING([for char *pos arg to scm_num2long])
    AC_EGREP_HEADER([extern long scm_num2long.+char.+char],
                    libguile/numbers.h,
                    [AC_DEFINE(HAVE_SCM_NUM2LONG_WITH_CHAR_ARG2)
                     pos_char="yes"])
    AC_MSG_RESULT($pos_char)

(also applies to scm_num2long_long)



reply via email to

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