summaryrefslogtreecommitdiff
path: root/lisp/pathname.c
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pathname.c')
-rw-r--r--lisp/pathname.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/pathname.c b/lisp/pathname.c
index 5d991fe..a8c2108 100644
--- a/lisp/pathname.c
+++ b/lisp/pathname.c
@@ -484,7 +484,8 @@ Lisp_ParseNamestring(LispBuiltin *builtin)
if (STRINGP(object)) {
LispObj *cons, *cdr;
char *name = THESTR(object), *ptr, *str, data[PATH_MAX + 1],
- string[PATH_MAX + 1], *namestr, *typestr, *send;
+ string[PATH_MAX + 1], *send;
+ const char *namestr, *typestr;
long start, end, length, alength, namelen, typelen;
LispCheckSequenceStartEnd(builtin, object, ostart, oend,