GCC complains about use of an uninitialized variable in si_bc_join().
It looks like the wrong variable name is being used. See the attached
patch. Regards,
--
Jerry James
http://www.jamezone.org/
diff --git a/src/c/disassembler.d b/src/c/disassembler.d
index 36d97e0..2c81655 100644
--- a/src/c/disassembler.d
+++ b/src/c/disassembler.d
@@ -667,7 +667,7 @@ si_bc_join(cl_object lex, cl_object code, cl_object data, cl_object name)
unlikely_if (!ECL_VECTORP(code) ||
(data->vector.elttype != aet_object)) {
FEwrong_type_nth_arg(@[si::bc-join],
- 0, output,
+ 0, code,
cl_list(2,
@'simple-array',
Ct));
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list