From 85dfc5c81e213a1fc67c8c50d0e1101659c61d6e Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 14 Oct 2009 13:59:06 -0700 Subject: Report experssion stack slot use back from loc2c. --- loc2c.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'loc2c.h') 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 : */ -- cgit