[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-hackers] [PATCH] Two small patches
From: |
lemonboy |
Subject: |
[Chicken-hackers] [PATCH] Two small patches |
Date: |
Mon, 2 May 2016 21:18:26 +0200 |
Hello,
attached there are two small patches for chicken-5.
The former patch is just to make fxshr behave consistently with fxshl
by casting the shift count to an unsigned word, the compiler is
probably going to complain anyway because the shift count is greater
than the size of the type but at least now the behaviour is
symmetrical.
The latter patch is just a minor rewording of a confusing error
message, I stumbled across it while modifying some code in the
scrutinizer and had accidentally mistyped a symbol name. Since the
whole compiler is built with the warnings disabled all I got was a
"module unresolved" error which in hindsight isn't very informative
nor particularly right (it's not the module that is undefined, it's a
symbol used in the body).
Thanks for your time,
LemonBoy
0001-Convert-the-shift-count-to-a-unsigned-word-for-fxshr.patch
Description: Text Data
0002-Reword-an-error-message.patch
Description: Text Data
- [Chicken-hackers] [PATCH] Two small patches,
lemonboy <=