ack/util/ego/share
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
..
alloc.c Use size_t and void with memory allocation in ego. 2017-11-14 20:35:18 -05:00
alloc.h Use size_t and void with memory allocation in ego. 2017-11-14 20:35:18 -05:00
aux.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
aux.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
build.lua Forgot to check a file in. 2016-08-22 22:45:32 +02:00
cldefs.src Entry for LOI changed from CLASS1 to CLASS12. 1985-01-30 14:49:03 +00:00
cset.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
cset.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
debug.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
debug.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
def.h Header --> Id 1994-06-24 11:31:16 +00:00
files.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
files.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
get.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
get.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
global.c Header --> Id 1994-06-24 11:31:16 +00:00
global.h Header --> Id 1994-06-24 11:31:16 +00:00
go.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
go.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
init_glob.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
init_glob.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
locals.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
locals.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
lset.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
lset.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
makecldef.c strcmp, strncmp are in <string.h> 2017-11-14 17:35:35 -05:00
Makefile Added Makefile to do a 'make distr' 1991-09-10 09:55:38 +00:00
map.c Header --> Id 1994-06-24 11:31:16 +00:00
map.h Header --> Id 1994-06-24 11:31:16 +00:00
parser.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
parser.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
pop_push.awk Renamed 'switch' variable to avoid conflict with a keyword in modern awks. 2010-08-01 10:35:04 +00:00
put.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
put.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
show.c Fix: wrong offsets for locals when < -32768, installation error for 'show' 1995-11-08 11:09:14 +00:00
stack_chg.c Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
stack_chg.h Add prototypes, void in util/ego/share 2017-11-15 17:19:56 -05:00
types.h Header --> Id 1994-06-24 11:31:16 +00:00