summaryrefslogtreecommitdiffstats
path: root/loc2c.h
diff options
context:
space:
mode:
authorroland <roland>2005-09-06 18:57:09 +0000
committerroland <roland>2005-09-06 18:57:09 +0000
commitb075db4865cff97de72d94b208519b3ea0ef8ffb (patch)
tree4c849057509cc860c78f97703bee1fd09f7c1f2d /loc2c.h
parentbcc127102e186d23dea9915a235b04166836cac3 (diff)
downloadsystemtap-steved-b075db4865cff97de72d94b208519b3ea0ef8ffb.tar.gz
systemtap-steved-b075db4865cff97de72d94b208519b3ea0ef8ffb.tar.xz
systemtap-steved-b075db4865cff97de72d94b208519b3ea0ef8ffb.zip
2005-09-05 Roland McGrath <roland@redhat.com>
* loc2c.h: Comment fix.
Diffstat (limited to 'loc2c.h')
-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, ...)