From b075db4865cff97de72d94b208519b3ea0ef8ffb Mon Sep 17 00:00:00 2001 From: roland Date: Tue, 6 Sep 2005 18:57:09 +0000 Subject: 2005-09-05 Roland McGrath * loc2c.h: Comment fix. --- loc2c.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'loc2c.h') 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, ...) -- cgit