Commit graph

3 commits

Author SHA1 Message Date
Douglas Katzman c0e1e6a711 Fix "cast from pointer to integer of different size" warning
The way I saw this was that a non-unicode SBCL got a character decoding error
in RUN-PROGRAM on the C compiler whose output contained
  stack-alignment-offset.c: In function ‘stack_alignment_offset’:
where the quote mark is (CODE-CHAR #x2018) = #\LEFT_SINGLE_QUOTATION_MARK.

The SBCL error was only visible in the parallel test executor which seems to
run with LANG=en_US.UTF-8 instead of LANG=C. I don't know why the discrepancy.
But, hey, it was a good reason to get a locale setting wrong!
2020-05-14 12:48:56 -04:00
Thiemo Seufer f7eea1a2ca 0.9.12.16:
Minor code improvement.
2006-05-13 19:29:59 +00:00
Nikodemus Siivola af6edc5ada 0.9.6.26: preserve stack alignment in callbacks on ppc
* Merge patch from Cyrus Harmon (sbcl-devel 2005-11-04), plus slightly
   twisted tests.

 Note: This has been tested on ppc/darwin and x86/linux, but the new tests
 are active on all platforms -- using alignment requirements I've essentially
 guessed.
2005-11-06 13:25:47 +00:00