aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-20 11:24:43 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-20 11:24:43 -0800
commit7e486e3b5c5e1a3a6936322fde487260d3058042 (patch)
tree4be5dc184433a78827f6f5707aae9d40a68e9cda /expand.h
parent3d8face1f902bd51146c64f4df57a1de7049fd6d (diff)
More work towards instanced parser
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.h b/expand.h
index 82fdc688..4887c06b 100644
--- a/expand.h
+++ b/expand.h
@@ -204,7 +204,7 @@ int expand_is_clean( const wchar_t *in );
\param token_pos The position where the expansion begins
\param error_pos The position on the line to report to the error function.
*/
-void expand_variable_error( const wchar_t *token, int token_pos, int error_pos );
+void expand_variable_error( parser_t &parser, const wchar_t *token, int token_pos, int error_pos );
#endif