diff options
author | Paul Smith <psmith@gnu.org> | 1999-06-14 05:26:28 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-06-14 05:26:28 +0000 |
commit | 7067d69664682588f00fd7173411c0d538e2ec4c (patch) | |
tree | ce669419e8b2442a20e001ef3ec32090e07c3812 /expand.c | |
parent | 4e24de26a8b8ce079ac2c3f5bfb3216122c59724 (diff) | |
download | make-7067d69664682588f00fd7173411c0d538e2ec4c.tar.gz |
* Various bug fixes.
Diffstat (limited to 'expand.c')
-rw-r--r-- | expand.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -398,7 +398,7 @@ char * variable_expand (line) char *line; { - return variable_expand_string(NULL, line, -1); + return variable_expand_string(NULL, line, (long)-1); } /* Expand an argument for an expansion function. |