- Double FMTBUFSIZE to fix compilation with gcc-8
c/prim5.c original commit: 82a14c87aaa44ae004b9d76af42144155e426290
This commit is contained in:
parent
ace59999fd
commit
336fe9d344
2
LOG
2
LOG
|
@ -933,3 +933,5 @@
|
|||
mats/Mf-t*, foreign.ms, foreign4.c
|
||||
- Don't install equates.h
|
||||
Mf-install.in, wininstall/*nt.wxs
|
||||
- Double FMTBUFSIZE to fix compilation with gcc-8
|
||||
c/prim5.c
|
||||
|
|
|
@ -219,7 +219,7 @@ static ptr s_decode_float(x) ptr x; {
|
|||
return S_decode_float(FLODAT(x));
|
||||
}
|
||||
|
||||
#define FMTBUFSIZE 60
|
||||
#define FMTBUFSIZE 120
|
||||
#define CHUNKADDRLT(x, y) (((chunkinfo *)(Scar(x)))->addr < ((chunkinfo *)(Scar(y)))->addr)
|
||||
mkmergesort(sort_chunks, merge_chunks, ptr, Snil, CHUNKADDRLT, INITCDR)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user