work on better matrix error reporting
[pspp] / src / language / lexer / lexer.h
index d82470ffdd456d52a2efe37f9037f7441a4c2686..23dd305179be5b3fa41574a62d7946c137689612 100644 (file)
@@ -160,7 +160,7 @@ int lex_get_last_column (const struct lexer *, int n);
 const char *lex_get_file_name (const struct lexer *);
 struct msg_location *lex_get_location (const struct lexer *, int n0, int n1);
 struct msg_location *lex_get_lines (const struct lexer *, int n0, int n1);
-void lex_extend_location (const struct lexer *, int n, struct msg_location *);
+void lex_extend_location (const struct lexer *, int n, struct msg_location **);
 const char *lex_get_encoding (const struct lexer *);
 
 /* Issuing errors. */