ack/util/ego/ra
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
..
build.lua ego now builds and is used. 2016-08-21 22:01:19 +02:00
itemtab.src Initial revision 1984-11-27 16:16:36 +00:00
makeitems.c strcmp, strncmp are in <string.h> 2017-11-14 17:35:35 -05:00
ra.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
ra.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_allocl.c Header --> Id 1994-06-24 11:31:16 +00:00
ra_allocl.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_aux.c Header --> Id 1994-06-24 11:31:16 +00:00
ra_aux.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_interv.c Build ego. 2013-05-15 21:14:06 +01:00
ra_interv.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_items.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
ra_items.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_lifet.c Header --> Id 1994-06-24 11:31:16 +00:00
ra_lifet.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_pack.c Build ego. 2013-05-15 21:14:06 +01:00
ra_pack.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_profits.c In ego, put both words and double-words in reg_float. 2017-02-16 19:55:52 -05:00
ra_profits.h Header --> Id 1994-06-24 11:31:16 +00:00
ra_xform.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
ra_xform.h Header --> Id 1994-06-24 11:31:16 +00:00