This commit is contained in:
Philip C Monk 2015-03-24 17:46:32 -04:00
parent cbe3c02e24
commit 7daed9bcb3
2 changed files with 2 additions and 1 deletions

View File

@ -65,6 +65,7 @@ MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN) -D U3_LIB=\"$(LIB)\"
# NOTFORCHECKIN - restore -O3
CFLAGS= $(COSFLAGS) -g -msse3 -ffast-math \
-DGHETTO \
-funsigned-char \
-I/usr/local/include \
-I/opt/local/include \

View File

@ -1117,7 +1117,7 @@ _unix_ship_update(u3_uhot* hot_u)
/* _unix_hot_gain(): gain ship.
*
* I feel like there's some freeing here I missed
* particularly pin_c and/org pot_c
* particularly pin_c and/or pot_c
*/
static void
_unix_hot_gain(u3_noun who, u3_noun mek)