ack/util/ego
George Koehler 9037d137f5 Add prototypes, void in util/ego/share
This uncovers a problem in il/il_aux.c: it passes 3 arguments to
getlines(), but the function expects 4 arguments.  I add FALSE as the
4th argument.  TRUE would fill in the list of mesregs.  IL uses
mesregs during phase 1, but this call to getlines() is in phase 2.
TRUE would leak memory unless I added a call to Ldeleteset(mesregs).
So I pass FALSE.

Functions passed to go() now have a `void *` parameter because
no_action() now takes a `void *`.
2017-11-15 17:19:56 -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 Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
descr Add floating-point register variables to PowerPC ncg. 2017-02-15 19:34:07 -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 Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
sp Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
sr Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
ud Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
Action Initial revision 1987-01-13 11:31:24 +00:00
build.lua ego now builds and is used. 2016-08-21 22:01:19 +02:00