(STRING_FREE): Don't use FLEX_PREFIX (last_string)

since last_string is already defined to FLEX_PREFIX (last_string).
This commit is contained in:
Paul Eggert
2006-07-09 19:44:34 +00:00
parent 7b42569e12
commit f2e690d8c3

View File

@@ -71,4 +71,4 @@ static struct obstack obstack_for_string;
} while (0)
#define STRING_FREE \
obstack_free (&obstack_for_string, FLEX_PREFIX (last_string))
obstack_free (&obstack_for_string, last_string)