klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit 0b58cf48df71ebba73c3ab008cdd43dfac630939
parent 2a98dcc9aeb81e545fe6b6e3d958ec70b9e42384
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Thu, 18 Aug 2011 14:00:21 -0300

Added an initialization to avoid warning.

Diffstat:
Msrc/kgpair_mut.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/kgpair_mut.c b/src/kgpair_mut.c @@ -273,7 +273,7 @@ TValue appendB_get_lss_endpoints(klisp_State *K, TValue lss, int32_t apairs, TValue tail = lss; /* this is a list of last pairs using the marks to link the pairs) */ TValue last_pairs = KNIL; - TValue last_apair; + TValue last_apair = KNIL; while(apairs != 0 || cpairs != 0) { int32_t pairs;