diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2014-10-26 Kaz Kylheku <kaz@kylheku.com> + + * lib.c (type_check): Function moved to header file inline. + (throw_mismatch): New function. + + * lib.h (throw_mismatch): Declared. + (type_mismatch): Declaration turned into inline function. + 2014-10-25 Kaz Kylheku <kaz@kylheku.com> * hash.c (hash_begin): Use coerce macro instead of raw C cast. |