The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: stewart@serissa.com (Lawrence Stewart)
Subject: [TUHS] Fwd: [Simh] An abandoned piece of K&R C
Date: Fri, 3 Nov 2017 08:53:40 -0400	[thread overview]
Message-ID: <160331EE-3C7D-4948-ADE3-E57FFDCA5EAF@serissa.com> (raw)
In-Reply-To: <CAFmvRsc46TQ10nEHewBt=LpQ814GydW-BmQ+=-jyvitMP1numg@mail.gmail.com>

This caught my attention.  Did early C really have min and max?  Were they used for anything?  In those days I was a BCPL user, which IIRC, did not have such things.

-Larry

> Begin forwarded message:
> 
> From: Leo Broukhis <leob at mailcom.com>
> Subject: [Simh] An abandoned piece of K&R C
> Date: 2017, November 3 at 1:14:42 AM EDT
> To: "simh at trailing-edge.com" <simh at trailing-edge.com>
> 
> https://retrocomputing.stackexchange.com/q/4965/4025 <https://retrocomputing.stackexchange.com/q/4965/4025>
> 
> In the UNIX V7 version of the C language, there were the /\ (min) and the \/ (max) operators. In the source of the scanner part of the compiler,
> 
> case BSLASH:
>     if (subseq('/', 0, 1))
>         return(MAX);
>     goto unkn;
> 
> case DIVIDE:
>     if (subseq('\\', 0, 1))
>         return(MIN);
> ...
> 
> However, attempting to use them reveals that the corresponding part in the code generator is missing. Trying to compile
> 
> foo(a, b) { return a \/ b; }
> 
> results in
> 
> 1: No code table for op: \/
> 
> The scanner piece survived in the copies of the compiler for various systems for several years. I tried to look for copies of the code generator table which would contain an implementation, but failed. Has anyone ever seen a working MIN/MAX operator in K&R C?
> 
> Thanks,Leo
> 
> _______________________________________________
> Simh mailing list
> Simh at trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20171103/0ed2c39e/attachment.html>


       reply	other threads:[~2017-11-03 12:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CAFmvRsc46TQ10nEHewBt=LpQ814GydW-BmQ+=-jyvitMP1numg@mail.gmail.com>
2017-11-03 12:53 ` Lawrence Stewart [this message]
2017-11-05 16:18   ` Steve Johnson

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=160331EE-3C7D-4948-ADE3-E57FFDCA5EAF@serissa.com \
    --to=stewart@serissa.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).