mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-13 21:02:47 -08:00
Update the Windows port to the latest changes.
This commit is contained in:
parent
cf1aa3dfc3
commit
fb1b528fcc
2 changed files with 4 additions and 1 deletions
|
|
@ -192,7 +192,8 @@ c\cut$(EXE): $(top_srcdir)\util\cut.c
|
|||
cd ..
|
||||
|
||||
$(TARGETS): ecl_min$(EXE) compile.lsp sysfun.lsp BUILD-STAMP
|
||||
ECLDIR=$(PWD) .\ecl_min < compile.lsp
|
||||
set ECLDIR=.
|
||||
ecl_min < compile.lsp
|
||||
BUILD-STAMP: Makefile
|
||||
date /t > $@
|
||||
|
||||
|
|
|
|||
|
|
@ -407,4 +407,6 @@ typedef unsigned int uint32_t;
|
|||
#ifndef isfinite
|
||||
# define isfinite(x) (finite(x))
|
||||
# define signbit(x) (_copysign(1.0,(x)))
|
||||
# define ECL_MATHERR_CLEAR
|
||||
# define ECL_MATHERR_TEST
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue