9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Hans-Peter Bischof bischof@verdi.informatik.Uni-Osnabrueck.DE
Subject: $CC <---> $ALEF
Date: Thu, 11 Aug 1994 05:28:19 -0400	[thread overview]
Message-ID: <19940811092819.w8mFnlx61oZ9NWqrTn6n91bGkShTH_KZsLBg34lltUc@z> (raw)



Hi,

i wan't to mix an alef source and a C source like this.

	$ALEF -w -c alef_src.l	--> alef_src.$O
	$CC   -w    cc_src.c	--> cc_src.$O
	$LD -o target alef_src.$O cc_src.$O

This failed, because some declarations in alef.h and /sys/include/*h
mismatch. An example:

	grep realloc alef.h
	void    *realloc(void*, uint);

	grep realloc *h libc.h
	extern   void*   realloc(void*, long);


and uint is not a long.


Question: Exist an alef implementation
          without these problems?


Thanks for your help.

-hp






             reply	other threads:[~1994-08-11  9:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1994-08-11  9:28 Hans-Peter [this message]
1994-08-11 12:45 philw
1994-08-12  7:04 Hans-Peter

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=19940811092819.w8mFnlx61oZ9NWqrTn6n91bGkShTH_KZsLBg34lltUc@z \
    --to=9fans@9fans.net \
    /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).