mirror of
https://github.com/Interlisp/maiko.git
synced 2026-05-22 21:49:45 +00:00
Rename gc.h to gcdata.h to avoid conflict with Boehm GC system include file, and adjust sources.
Remove duplicate external function definitions from gcdata.h renamed: inc/gc.h -> inc/gcdata.h modified: src/array2.c modified: src/array4.c modified: src/array6.c modified: src/asmbbt.c modified: src/asmbitblt.c modified: src/bbtsub.c modified: src/car-cdr.c modified: src/conspage.c modified: src/fvar.c modified: src/gc.c modified: src/gcarray.c modified: src/gccode.c modified: src/gcfinal.c modified: src/gchtfind.c modified: src/gcmain3.c modified: src/gcoflow.c modified: src/gcr.c modified: src/gcrcell.c modified: src/gcscan.c modified: src/gvar2.c modified: src/initsout.c modified: src/loopsops.c modified: src/mkcell.c modified: src/rplcons.c modified: src/storage.c modified: src/xc.c modified: src/z2.c
This commit is contained in:
@@ -25,7 +25,7 @@ static char *id = "@(#) array2.c 2.9 10/12/88";
|
||||
#include "lispmap.h"
|
||||
#include "lsptypes.h"
|
||||
#include "emlglob.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "mkcelldefs.h"
|
||||
#include "arith.h"
|
||||
#include "my.h"
|
||||
|
||||
@@ -26,7 +26,7 @@ static char *id = "@(#) array4.c 2.7 10/12/88";
|
||||
#include "lsptypes.h"
|
||||
#include "mkcelldefs.h"
|
||||
#include "arith.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "my.h"
|
||||
|
||||
#include "array4defs.h"
|
||||
|
||||
@@ -17,7 +17,7 @@ static char *id = "@(#) array6.c 2.10 4/21/92";
|
||||
#include "lispmap.h"
|
||||
#include "lsptypes.h"
|
||||
#include "emlglob.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "mkcelldefs.h"
|
||||
#include "arith.h"
|
||||
#include "my.h"
|
||||
|
||||
@@ -33,7 +33,7 @@ static char *id = "$Id: asmbbt.c,v 1.3 1999/05/31 23:35:23 sybalsky Exp $ Copyri
|
||||
#include "arith.h"
|
||||
#include "stack.h"
|
||||
#include "cell.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "bb.h"
|
||||
#include "bitblt.h"
|
||||
|
||||
@@ -33,7 +33,7 @@ static char *id = "$Id: asmbitblt.c,v 1.3 2001/12/24 01:08:58 sybalsky Exp $ Cop
|
||||
#include "arith.h"
|
||||
#include "stack.h"
|
||||
#include "cell.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "bb.h"
|
||||
#include "bitblt.h"
|
||||
|
||||
@@ -68,7 +68,7 @@ static char *id = "$Id: bbtsub.c,v 1.3 2001/12/24 01:08:59 sybalsky Exp $ Copyri
|
||||
#include "stack.h"
|
||||
#include "return.h"
|
||||
#include "cell.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "iopage.h"
|
||||
|
||||
#include "car-cdrdefs.h"
|
||||
|
||||
@@ -37,7 +37,7 @@ static char *id = "$Id: car-cdr.c,v 1.3 1999/05/31 23:35:25 sybalsky Exp $ Copyr
|
||||
#include "lsptypes.h"
|
||||
#include "address.h"
|
||||
#include "adr68k.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "cell.h"
|
||||
|
||||
#include "car-cdrdefs.h"
|
||||
|
||||
@@ -23,7 +23,7 @@ static char *id = "$Id: conspage.c,v 1.3 1999/05/31 23:35:27 sybalsky Exp $ Copy
|
||||
#include "cell.h"
|
||||
#include "lispmap.h"
|
||||
#include "lspglob.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "conspagedefs.h"
|
||||
#include "allocmdsdefs.h"
|
||||
|
||||
@@ -18,7 +18,7 @@ static char *id = "$Id: fvar.c,v 1.3 1999/05/31 23:35:29 sybalsky Exp $ Copyrigh
|
||||
#include "emlglob.h"
|
||||
#include "lispmap.h"
|
||||
#include "lsptypes.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "fvardefs.h"
|
||||
#include "byteswapdefs.h"
|
||||
|
||||
2
src/gc.c
2
src/gc.c
@@ -15,7 +15,7 @@ static char *id = "$Id: gc.c,v 1.3 1999/05/31 23:35:29 sybalsky Exp $ Copyright
|
||||
#include "lspglob.h"
|
||||
#include "lsptypes.h"
|
||||
#include "emlglob.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "gcdefs.h"
|
||||
#include "gchtfinddefs.h"
|
||||
|
||||
@@ -51,7 +51,7 @@ static char *id = "$Id: gcarray.c,v 1.3 1999/05/31 23:35:30 sybalsky Exp $ Copyr
|
||||
#include "stack.h"
|
||||
#include "cell.h"
|
||||
#include "ifpage.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "array.h"
|
||||
#include "debug.h"
|
||||
#include "lispmap.h"
|
||||
|
||||
@@ -40,7 +40,7 @@ static char *id = "$Id: gccode.c,v 1.3 1999/05/31 23:35:30 sybalsky Exp $ Copyri
|
||||
#include "stack.h"
|
||||
#include "cell.h"
|
||||
#include "ifpage.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "array.h"
|
||||
|
||||
#include "gccodedefs.h"
|
||||
|
||||
@@ -52,7 +52,7 @@ static char *id = "$Id: gcfinal.c,v 1.3 1999/05/31 23:35:31 sybalsky Exp $ Copyr
|
||||
#include "stack.h"
|
||||
#include "cell.h"
|
||||
#include "ifpage.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "array.h"
|
||||
|
||||
#include "gcfinaldefs.h"
|
||||
|
||||
@@ -16,7 +16,7 @@ static char *id = "$Id: gchtfind.c,v 1.3 1999/05/31 23:35:31 sybalsky Exp $ Copy
|
||||
#include "address.h"
|
||||
#include "adr68k.h"
|
||||
#include "lspglob.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "lispmap.h"
|
||||
#include "cell.h"
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ static char *id = "$Id: gcmain3.c,v 1.4 1999/05/31 23:35:31 sybalsky Exp $ Copyr
|
||||
#include "stack.h"
|
||||
#include "cell.h"
|
||||
#include "ifpage.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "gcmain3defs.h"
|
||||
#include "commondefs.h"
|
||||
|
||||
@@ -35,7 +35,7 @@ static char *id = "$Id: gcoflow.c,v 1.3 1999/05/31 23:35:32 sybalsky Exp $ Copyr
|
||||
#include "address.h"
|
||||
#include "adr68k.h"
|
||||
#include "lspglob.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "gcoflowdefs.h"
|
||||
#include "gchtfinddefs.h"
|
||||
|
||||
@@ -61,7 +61,7 @@ static char *id = "$Id: gcr.c,v 1.3 1999/05/31 23:35:32 sybalsky Exp $ Copyright
|
||||
#include "adr68k.h"
|
||||
#include "lspglob.h"
|
||||
#include "stack.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "gcrdefs.h"
|
||||
#include "commondefs.h"
|
||||
|
||||
@@ -73,7 +73,7 @@ static char *id = "$Id: gcrcell.c,v 1.3 1999/05/31 23:35:32 sybalsky Exp $ Copyr
|
||||
#include "stack.h"
|
||||
#include "cell.h"
|
||||
#include "ifpage.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "dbprint.h"
|
||||
|
||||
#include "gcrcelldefs.h"
|
||||
|
||||
@@ -49,7 +49,7 @@ static char *id = "$Id: gcscan.c,v 1.3 1999/05/31 23:35:33 sybalsky Exp $ Copyri
|
||||
|
||||
#include "lispemul.h"
|
||||
#include "lspglob.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "lsptypes.h"
|
||||
|
||||
#include "gcscandefs.h"
|
||||
|
||||
@@ -15,7 +15,7 @@ static char *id = "$Id: gvar2.c,v 1.3 1999/05/31 23:35:33 sybalsky Exp $ Copyrig
|
||||
#include "lsptypes.h"
|
||||
#include "lspglob.h"
|
||||
#include "adr68k.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "emlglob.h"
|
||||
#include "cell.h"
|
||||
#include "dbprint.h"
|
||||
|
||||
@@ -43,7 +43,7 @@ static char *id = "$Id: initsout.c,v 1.3 1999/05/31 23:35:34 sybalsky Exp $ Copy
|
||||
#include "devconf.h"
|
||||
#include "dbprint.h"
|
||||
#include "lldsp.h"
|
||||
#include "gc.h" /* for ADDREF & GCLOOKUP */
|
||||
#include "gcdata.h" /* for ADDREF & GCLOOKUP */
|
||||
|
||||
#include "initsoutdefs.h"
|
||||
#include "byteswapdefs.h"
|
||||
|
||||
@@ -27,7 +27,7 @@ static char *id = "$Id: loopsops.c,v 1.3 1999/05/31 23:35:37 sybalsky Exp $ Copy
|
||||
#include "lspglob.h"
|
||||
#include "adr68k.h"
|
||||
#include "stack.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "loopsopsdefs.h"
|
||||
#include "car-cdrdefs.h"
|
||||
|
||||
@@ -36,7 +36,7 @@ static char *id = "$Id: mkcell.c,v 1.3 1999/05/31 23:35:39 sybalsky Exp $ Copyri
|
||||
#include "address.h"
|
||||
#include "adr68k.h"
|
||||
#include "cell.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "mkcelldefs.h"
|
||||
#include "allocmdsdefs.h"
|
||||
|
||||
@@ -29,7 +29,7 @@ static char *id = "$Id: rplcons.c,v 1.3 1999/05/31 23:35:41 sybalsky Exp $ Copyr
|
||||
#include "lsptypes.h"
|
||||
#include "address.h"
|
||||
#include "adr68k.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "cell.h"
|
||||
|
||||
#include "rplconsdefs.h"
|
||||
|
||||
@@ -29,7 +29,7 @@ static const char *id =
|
||||
#include "cell.h"
|
||||
#include "lsptypes.h"
|
||||
#include "ifpage.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
|
||||
#include "storagedefs.h"
|
||||
#include "car-cdrdefs.h"
|
||||
|
||||
2
src/xc.c
2
src/xc.c
@@ -48,7 +48,7 @@ static char *id = "$Id: xc.c,v 1.4 2001/12/26 22:17:06 sybalsky Exp $ Copyright
|
||||
#include "lispmap.h"
|
||||
#include "cell.h"
|
||||
#include "initatms.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "arith.h"
|
||||
#include "stream.h"
|
||||
|
||||
|
||||
@@ -53,7 +53,7 @@ static char *id = "$Id: xc.c,v 1.3 1999/05/31 23:35:47 sybalsky Exp $ Copyright
|
||||
#include "lispmap.h"
|
||||
#include "cell.h"
|
||||
#include "initatms.h"
|
||||
#include "gc.h"
|
||||
#include "gcdata.h"
|
||||
#include "arith.h"
|
||||
#include "stream.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user