Commit 152bd21d authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript: Store source location in statement_t.

parent 84179c16
...@@ -121,6 +121,7 @@ typedef enum { ...@@ -121,6 +121,7 @@ typedef enum {
struct _statement_t { struct _statement_t {
statement_type_t type; statement_type_t type;
statement_t *next; statement_t *next;
unsigned loc;
}; };
typedef struct { typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment