summaryrefslogtreecommitdiffstats
path: root/loc2c.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2009-10-14 13:59:06 -0700
committerRoland McGrath <roland@redhat.com>2009-10-14 13:59:49 -0700
commit85dfc5c81e213a1fc67c8c50d0e1101659c61d6e (patch)
tree2b332f4011128e356e8dee6a67028f79085b70c6 /loc2c.h
parent4d34dac1c920903635c1ae4133aca65400b1251b (diff)
downloadsystemtap-steved-85dfc5c81e213a1fc67c8c50d0e1101659c61d6e.tar.gz
systemtap-steved-85dfc5c81e213a1fc67c8c50d0e1101659c61d6e.tar.xz
systemtap-steved-85dfc5c81e213a1fc67c8c50d0e1101659c61d6e.zip
Report experssion stack slot use back from loc2c.
Diffstat (limited to 'loc2c.h')
-rw-r--r--loc2c.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/loc2c.h b/loc2c.h
index e97f4d9b..b593ea50 100644
--- a/loc2c.h
+++ b/loc2c.h
@@ -126,6 +126,7 @@ struct location *c_translate_argument (struct obstack *,
Writes complete lines of C99, code forming a complete C block, to STREAM.
Return value is true iff that code uses the `deref' runtime macros. */
-bool c_emit_location (FILE *stream, struct location *loc, int indent);
+bool c_emit_location (FILE *stream, struct location *loc, int indent,
+ unsigned int *max_stack);
/* vim: set sw=2 ts=8 cino=>4,n-2,{2,^-2,t0,(0,u0,w1,M1 : */