9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <9nut@9netics.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] python won't link with type safe linker, i.e. -T
Date: Wed, 17 Jan 2007 09:20:19 -0800	[thread overview]
Message-ID: <d7ae38a80e41a2b7aaed0943d21aec8e@9netics.com> (raw)
In-Reply-To: <13426df10701170800r355135c6md0190e783704fc47@mail.gmail.com>

> they do things like this:
>
> foo.h:
> struct x {
> #ifdef ZARDOZ
> int i;
> #endif
> int j;
> };
>
> provider.c:
> int somefunc(struct x *x){
>   x->j = 1;
> }
> a.c:
> #include foo.h
>
> struct x x;
> somefunc(&x);
>
> b.c
> #define ZARDOZ
> #include a.c
>
>
> Yes, include a.c. I kid you not. So the type signature of the function
> somefunc is different in a and b. This will all "work", with -T turned
> off, but it's too clever for me.
>

if "they" were trying to reuse code - the only reason i can come up
with - "they" could have been more obvious, like:
/sys/src/games/4s.c
/sys/src/games/5s.c

> We go for simpler things here in NM, such as a  school down south
> that, having had a principal dismissed on drug charges, and gang
> fights, and sundry other problems, decided to hire an image
> consultant, to provide the school with a logo, a standard presentation
> style for their powerpont talks, rules for usage of the logo, and a
> set of other tools to help improve the school's brand recognition.
> Oops, I digressed. But NM is interesting, is it not? Our own Lottery
> Authority hired a lobbyist, to ensure that our legislature not enact
> rules requiring that Lottery money go to schools instead of Lottery
> Authority staff. Lobbyist paid for by our Lottery Authority, a part of
> the same government that controls its budget, so is this re-entrancy
> in government?  ... Oops, I digressed.
>
> Working through it now .... twisty ... little ... maze. .......

might just be the "Crawford" field effect, especially if they correlate with W sightings.



      reply	other threads:[~2007-01-17 17:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-17 16:00 ron minnich
2007-01-17 17:20 ` Skip Tavakkolian [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=d7ae38a80e41a2b7aaed0943d21aec8e@9netics.com \
    --to=9nut@9netics.com \
    --cc=9fans@cse.psu.edu \
    /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).