summaryrefslogtreecommitdiff
path: root/variable.h
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2003-01-30 06:21:36 +0000
committerPaul Smith <psmith@gnu.org>2003-01-30 06:21:36 +0000
commitb7c728046e3f32cd93b04fa4a19a69cf6135e6e4 (patch)
tree21f7a6b69cfdf22223052f65fa76fe05946110c5 /variable.h
parentd33ff301454fa1db9919674dbc2a37309bbd529f (diff)
downloadgunmake-b7c728046e3f32cd93b04fa4a19a69cf6135e6e4.tar.gz
Enhancement (bug #2407) Make error messages more clear.
Diffstat (limited to 'variable.h')
-rw-r--r--variable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variable.h b/variable.h
index f96bd62..5ce1944 100644
--- a/variable.h
+++ b/variable.h
@@ -104,7 +104,7 @@ extern char *variable_expand PARAMS ((char *line));
extern char *allocated_variable_expand_for_file PARAMS ((char *line, struct file *file));
#define allocated_variable_expand(line) \
allocated_variable_expand_for_file (line, (struct file *) 0)
-extern char *expand_argument PARAMS ((char *str, char *end));
+extern char *expand_argument PARAMS ((const char *str, const char *end));
extern char *variable_expand_string PARAMS ((char *line, char *string,
long length));
extern void install_variable_buffer PARAMS ((char **bufp, unsigned int *lenp));