Bruce Mitchener
|
8c617452f7
|
Remove __USE_BSD define that was copied from Linux. (#68)
This isn't / wasn't needed on FreeBSD.
|
2020-12-15 10:09:39 -08:00 |
|
Bruce Mitchener
|
433a659063
|
Require termios on Unix. (#61)
Remove the USETERMIOS preprocessor definition as well.
|
2020-12-15 08:05:59 -08:00 |
|
Nick Briggs
|
cfc0046675
|
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
|
2020-09-05 16:39:21 -07:00 |
|
Nick Briggs
|
cb285809a1
|
Add -Wall to default compiler options on FreeBSD.
|
2017-05-28 15:05:51 -07:00 |
|
Nick Briggs
|
02569edbe0
|
First cleanup to get to compiling (warnings, no errors) FreeBSD
|
2017-05-25 12:51:47 -07:00 |
|
Nick Briggs
|
5412639397
|
Initial version of makefile middle for FreeBSD on 386 with X windows.
|
2017-05-24 17:18:58 -07:00 |
|