The unified diff between revisions [9a6e8df1..] and [a81fe555..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'src/lsc/types.h'

#
# old_revision [9a6e8df1d6b102f467702e274d53d90f9151e2c8]
# new_revision [a81fe5550c21fa983b4e344e07c29b9cecdf75ea]
#
# patch "src/lsc/types.h"
#  from [0934f3373a49335fb48fc8fb0d9be2350c843533]
#    to [b169b733d6297c1e15359d339d187ae7e5798f9b]
#
============================================================
--- src/lsc/types.h	0934f3373a49335fb48fc8fb0d9be2350c843533
+++ src/lsc/types.h	b169b733d6297c1e15359d339d187ae7e5798f9b
@@ -2,8 +2,8 @@ typedef enum {
 
 typedef enum {
 
-	kind_fndef, kind_fndefint, kind_fndefext, kind_constant,
-	kind_assign, kind_list, kind_call, kind_array,
+	kind_fndef, kind_fndefint, kind_fndefint_v, kind_fndefext,
+	kind_constant, kind_assign, kind_list, kind_call, kind_array,
 
 	op_plus, op_minus, op_times, op_divide,
 	op_gt, op_lt, op_ge, op_le, op_eq, op_ne,