|
@@ -413,7 +413,7 @@ static void tokenise(char *buffer, char *end)
|
|
|
|
|
|
/* Handle string tokens */
|
|
/* Handle string tokens */
|
|
if (isalpha(*p)) {
|
|
if (isalpha(*p)) {
|
|
- const char **dir, *start = p;
|
|
|
|
|
|
+ const char **dir;
|
|
|
|
|
|
/* Can be a directive, type name or element
|
|
/* Can be a directive, type name or element
|
|
* name. Find the end of the name.
|
|
* name. Find the end of the name.
|