ack/util/ego/ud
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
..
ud.c Fixes for compiling ego with -DTRACE 2018-03-01 13:19:38 -05:00
ud.h Header --> Id 1994-06-24 11:31:16 +00:00
ud_aux.c Header --> Id 1994-06-24 11:31:16 +00:00
ud_aux.h Header --> Id 1994-06-24 11:31:16 +00:00
ud_const.c 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
ud_const.h Header --> Id 1994-06-24 11:31:16 +00:00
ud_copy.c 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
ud_copy.h Header --> Id 1994-06-24 11:31:16 +00:00
ud_defs.c 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
ud_defs.h Header --> Id 1994-06-24 11:31:16 +00:00