From: Bruce Korb <bkorb@pacbell.net>
Cc: Bill Gribble <grib@linuxdevel.com>,
Clinton Ebadi <unknown_lamer@unknownlamer.org>,
guile-devel@gnu.org
Subject: Re: How do I determine if a function is defined?
Date: Sun, 28 Apr 2002 18:34:58 -0700 [thread overview]
Message-ID: <3CCCA342.78418AFA@pacbell.net> (raw)
In-Reply-To: 87sn5fl2co.fsf@raven.i.defaultvalue.org
Rob Browning wrote:
> Try
>
> (if (defined? 'set-writable)
> ...)
>
> Though you could also handle this during the make process via .in
> files if you didn't want to have to run all the conditionals on every
> load.
This is actually used in "make check" for fixincludes for GCC.
If you have the sources, it's the last line of
gcc/fixinc/check.tpl. :-) Thanks.
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
prev parent reply other threads:[~2002-04-29 1:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-28 18:05 How do I determine if a function is defined? Bruce Korb
2002-04-28 19:15 ` Clinton Ebadi
2002-04-28 19:58 ` Bill Gribble
2002-04-28 19:09 ` Bruce Korb
2002-04-29 1:28 ` Rob Browning
2002-04-29 1:34 ` Bruce Korb [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3CCCA342.78418AFA@pacbell.net \
--to=bkorb@pacbell.net \
--cc=grib@linuxdevel.com \
--cc=guile-devel@gnu.org \
--cc=unknown_lamer@unknownlamer.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).