zsh-workers
 help / color / mirror / code / Atom feed
From: joda@pdc.kth.se (Johan Danielsson)
To: Mark Borges <mdb@cdc.noaa.gov>
Cc: zsh-workers@math.gatech.edu
Subject: Re: Beta 18 Compilation Problem Under Nextstep 3.3
Date: 22 May 1996 02:45:46 +0200	[thread overview]
Message-ID: <xof3f4tlemd.fsf@nyx.pdc.kth.se> (raw)
In-Reply-To: Mark Borges's message of 21 May 1996 17:36:12 -0600

Mark Borges <mdb@cdc.noaa.gov> writes:

> Anyway, I backed out the change (why is it necessary to escape the
> `#else'?) and it worked fine.

Hmm, it was my patch for UNICOS, that somehow has a bug in awk.

$ uname -a
kallsup kallsup 9.0.2.0 roo.2 CRAY J90
$ echo | awk '{ print "#else" }'
bad switch yylook 79

Older awks printed a literal backslash when it wasn't followed by a
"legal" character, newer awks removes the backslash.

$ uname -a
SunOS sunsite.nada.kth.se 5.4 Generic_101945-32 sun4d sparc
$ echo | awk '{ print "\z" }' 
\z
$ echo | nawk '{ print "\z" }' 
z
$ echo | gawk '{ print "\z" }'
z

/Johan



      reply	other threads:[~1996-05-22  1:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-21 21:47 Irving Wolfe
1996-05-21 23:36 ` Mark Borges
1996-05-22  0:45   ` Johan Danielsson [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=xof3f4tlemd.fsf@nyx.pdc.kth.se \
    --to=joda@pdc.kth.se \
    --cc=mdb@cdc.noaa.gov \
    --cc=zsh-workers@math.gatech.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

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).