The unified diff between revisions [6726c07e..] and [9a6e8df1..] 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 [6726c07e4874e76763555e1476ce427743e8f73c]
# new_revision [9a6e8df1d6b102f467702e274d53d90f9151e2c8]
#
# patch "src/lsc/types.h"
#  from [1c9dcb3d7c1e6ed48b67fc9d367610ebd8ad8ef0]
#    to [0934f3373a49335fb48fc8fb0d9be2350c843533]
#
============================================================
--- src/lsc/types.h	1c9dcb3d7c1e6ed48b67fc9d367610ebd8ad8ef0
+++ src/lsc/types.h	0934f3373a49335fb48fc8fb0d9be2350c843533
@@ -29,6 +29,7 @@ typedef struct ast {
 			struct ast_list*	head;
 		} node;
 	} info;
+	int lineno;
 } ast;
 
 typedef struct ast_list {