ack/util/ego
George Koehler a7bb4ec4b1 Fixes for compiling ego with -DTRACE
- In share/debug.c, undo my mistake in commit 9037d13 by changing
   vfprintf back to fprintf in OUTTRACE.

 - In ud/ud.c, move the trace output from stdout to stderr, because
   stdout has ego's output file, which becomes opt2's input file.  If
   trace output goes to stdout, it gets prepended to the output file,
   and opt2 errors with "wrong input file".

I also edit both build.lua files so ego depends on its header files;
this part isn't needed for -DTRACE.

One can now use -DTRACE by adding it to the cflags in both build.lua
files.
2018-03-01 13:19:38 -05:00
..
bo Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
ca Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
cf Add enough return types to the K&R C that the ACK builds (on Linux) using clang 2016-11-10 22:04:18 +01:00
cj Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
cs Use prototypes in ego/cs, ego/sp. 2018-02-05 16:09:30 -05:00
descr Use prototypes in ego/cs, ego/sp. 2018-02-05 16:09:30 -05:00
em_ego Don't use '-' in option string to getopt(). 2017-10-29 23:25:07 -04:00
ic Fix a whole lot more stray prototypes. 2016-11-24 21:47:40 +01:00
il Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
lv Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
ra Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
share Fixes for compiling ego with -DTRACE 2018-03-01 13:19:38 -05:00
sp Use prototypes in ego/cs, ego/sp. 2018-02-05 16:09:30 -05:00
sr Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
ud Fixes for compiling ego with -DTRACE 2018-03-01 13:19:38 -05:00
Action Initial revision 1987-01-13 11:31:24 +00:00
build.lua Fixes for compiling ego with -DTRACE 2018-03-01 13:19:38 -05:00