9front - general discussion about 9front
 help / color / mirror / Atom feed
From: ori@eigenstate.org
To: staal1978@gmail.com, 9front@9front.org
Subject: Re: [9front] [patch] add isblank to ape/ctype.h
Date: Thu, 23 Jul 2020 22:02:45 -0700	[thread overview]
Message-ID: <2481D86F5930FFDFE6E97FCA8E03E4D7@eigenstate.org> (raw)
In-Reply-To: <4397179.G8QHhdnbYj@hugin>

> +extern int isblank(int);

I think you need to implement this function as well.
You're declaring it, but I don't see an implementation
in ap/gen/isalnum.c.

This means that code like:

	int apply(int (*f)(int), int v) { return f(v); }
	apply(isblank, 'a')

will fail to link.



      reply	other threads:[~2020-07-24  5:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-24  4:37 Jens Staal
2020-07-24  5:02 ` ori [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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2481D86F5930FFDFE6E97FCA8E03E4D7@eigenstate.org \
    --to=ori@eigenstate.org \
    --cc=9front@9front.org \
    --cc=staal1978@gmail.com \
    /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 NNTP newsgroup(s).