Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
signames.h on linux
- X-seq: zsh-workers 1125
- From: Hrvoje.Niksic@xxxxxxxxxxxxxx (Hrvoje Niksic)
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: signames.h on linux
- Date: Wed, 22 May 1996 19:59:50 +0200 (MET DST)
- Reply-to: hniksic@xxxxxxxxxxxxxx
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@xxxxxxx              |  Student of electrical engineering
hniksic@xxxxxxxxxxxxx        |  University of Zagreb, Croatia
------------------------------------------------------------------
`VI' - An editor used by those heretics that don't subscribe to
       the Emacs religion.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author