cdesktopenv/src/lib
Martijn Dekker 308696ec95 feature tests: do not re-include <stdio.h>
iffe --man documents that stdio.h is automatically pre-included for
all feature tests. Including it in the test code is not needed.

You'd think it shouldn't do any harm, but on a Gentoo i386 system,
this include turned out to be the cause of a mysterious 'unknown
type: off64_t' error while compiling the output{ ... }end block in
features/pty. I'm not going to bother with further tracing the
cause of that -- there is some hackery with off64_t defines in the
AST headers that probably has something to do with it.

src/cmd/builtin/features/pty,
src/lib/libast/features/float,
src/lib/libast/features/sfio,
src/lib/libast/features/stdio:
- Remove '#include <stdio.h>' from output{ ... }end blocks.
2021-01-26 21:53:48 +00:00
..
libast feature tests: do not re-include <stdio.h> 2021-01-26 21:53:48 +00:00
libcmd **/Mamfile: Use IFFEFLAGS variable to add iffe flags like -d1 2021-01-26 17:21:20 +00:00
libdll **/Mamfile: Use IFFEFLAGS variable to add iffe flags like -d1 2021-01-26 17:21:20 +00:00
libsum **/Mamfile: Use IFFEFLAGS variable to add iffe flags like -d1 2021-01-26 17:21:20 +00:00
Mamfile **/Mamfile: add header comment pointing to MAM docs (re: 6cc2f6a0) 2021-01-25 14:38:58 +00:00