summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--loc2c.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/loc2c.h b/loc2c.h
index 329e624d..d6617d55 100644
--- a/loc2c.h
+++ b/loc2c.h
@@ -14,8 +14,7 @@ struct location; /* Opaque */
On success, return the first fragment created, which is also chained
onto (*INPUT)->next. *INPUT is then updated with the new tail of that
- chain. *USED_DEREF is set to true iff the "deref" runtime operation was
- used, otherwise it is not modified. */
+ chain. */
struct location *c_translate_location (struct obstack *,
void (*fail) (void *arg,
const char *fmt, ...)