aboutsummaryrefslogtreecommitdiffhomepage
path: root/parser.h
diff options
context:
space:
mode:
authorGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 22:00:00 -0800
committerGravatar Peter Ammon <corydoras@ridiculousfish.com>2012-01-14 22:00:00 -0800
commit203c749e6cc2d5ac0e9e8e240c77d94e179c60d0 (patch)
treec28df4fa19ac064b0d03f77d14d98fc4154900d5 /parser.h
parentf3e2d2f68f14120e298fb1d50be89fa5e83c9222 (diff)
Improved const-correctness, eliminating warnings.
Migrated some int to size_t
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index 0c82f2aa..c3f72222 100644
--- a/parser.h
+++ b/parser.h
@@ -228,7 +228,7 @@ void error( int ec, int p, const wchar_t *str, ... );
init.fish (line 127): ls|grep pancake
*/
-wchar_t *parser_current_line();
+const wchar_t *parser_current_line();
/**
Returns the current line number