zsh-workers
 help / color / mirror / code / Atom feed
* signames.h on linux
@ 1996-05-22 17:59 Hrvoje Niksic
  0 siblings, 0 replies; only message in thread
From: Hrvoje Niksic @ 1996-05-22 17:59 UTC (permalink / raw)
  To: zsh-workers

It seems that signames.h get generated badly in beta18 on Linux (gawk
2.15,PL6).

The output is, among the rest:
[...]
        "death of child",
        "continued",
#ifdef USE_SUSPENDED
        "suspended (signal)",
\#else
        "stopped (signal)",
#endif
#ifdef USE_SUSPENDED
        "suspended",
\#else
        "stopped",
#endif
#ifdef USE_SUSPENDED
        "suspended (tty input)",
\#else
        "stopped (tty input)",
#endif

As you can see, the #else-s are prefixed by a backslash. I have no idea why
this happens. This fixed (manually by editing signames.h), it compiles.
However, the compctl bug remains.

-- 
hniksic@srce.hr              |  Student of electrical engineering
hniksic@fly.cc.fer.hr        |  University of Zagreb, Croatia
------------------------------------------------------------------
`VI' - An editor used by those heretics that don't subscribe to
       the Emacs religion.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1996-05-22 18:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-22 17:59 signames.h on linux Hrvoje Niksic

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