David Given
9e2d45b301
Rename all files called 'aux.*' to something else; Windows can't handle them.
2019-02-09 00:02:41 +01:00
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
David Given
fd91851005
Add enough return types to the K&R C that the ACK builds (on Linux) using clang
...
now.
2016-11-10 22:04:18 +01:00
David Given
e9233b4712
Build ego.
...
--HG--
branch : dtrg-buildsystem
rename : util/arch/build.mk => util/ego/build.mk
2013-05-15 21:14:06 +01:00
dtrg
86e20aa483
Added a concrete definition of nrglobals, because this was not always happening
...
otherwise.
2006-07-22 00:44:52 +00:00
ceriel
5c83e7dbb5
Header --> Id
1994-06-24 11:31:16 +00:00
ceriel
0c60f4c22f
Fixed several lint complaints
1993-11-16 11:35:23 +00:00
ceriel
2b7aae3b44
Added support for volatile
1991-10-02 13:03:31 +00:00
ceriel
27d53b0d33
Changed #include's
1991-03-05 12:44:05 +00:00
ceriel
79ac11bd40
Made to compile with DEBUG off
1988-09-02 13:55:54 +00:00
ceriel
6eaf182cee
Added Rcs Id
1987-03-10 11:49:39 +00:00
ceriel
815166e421
Added copyright notice
1987-03-09 19:15:41 +00:00
bal
8a15a3f597
macros newlocal() and oldlocal() moved to alloc.h
1984-11-29 14:40:31 +00:00
bal
c17a52c09d
stdio.h included (required by new get.h interface),
...
macros's newlocal() and oldlocal() added, replacing routines in
alloc.c with same name.
1984-11-29 10:25:21 +00:00
bal
6d481ce4d6
Initial revision
1984-11-26 15:04:22 +00:00