ack/modules/src/object
George Koehler 19310d2521 Make possible to #include <object.h>.
This header declares functions in libobject.  Our programs never
included object.h, but called functions in libobject without declaring
them.  So, our build system never put object.h in the include path;
any #include <object.h> would fail to find the header.

With this commit, a program may #include <object.h> if it has
modules/src/object+lib in its deps.

Declare structs in object.h so we can use them in prototypes without
gcc warning, "'struct whatever' declared inside parameter list".

Remove inclusion of ansi.h from object.h.  Programs would need to
depend on modules+headers to get ansi.h in the include path.
2016-11-22 11:13:14 -05:00
..
build.lua Make possible to #include <object.h>. 2016-11-22 11:13:14 -05:00
obj.h Fix a whole pile of issues related to the failed attempt to increase 2016-03-18 21:46:55 +01:00
object.3 Added prototyping stuff 1993-11-10 11:40:41 +00:00
object.h Make possible to #include <object.h>. 2016-11-22 11:13:14 -05:00
rd.c Fix a whole pile of issues related to the failed attempt to increase 2016-03-18 21:46:55 +01:00
rd_arhdr.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_bytes.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_int2.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_long.c Header --> Id 1994-06-24 11:31:16 +00:00
rd_ranlib.c Fix a whole pile of issues related to the failed attempt to increase 2016-03-18 21:46:55 +01:00
rd_unsig2.c Header --> Id 1994-06-24 11:31:16 +00:00
wr.c Fix a whole pile of issues related to the failed attempt to increase 2016-03-18 21:46:55 +01:00
wr_arhdr.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_bytes.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_int2.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_long.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_putc.c Header --> Id 1994-06-24 11:31:16 +00:00
wr_ranlib.c Fix a whole pile of issues related to the failed attempt to increase 2016-03-18 21:46:55 +01:00