aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2023-02-12 16:35:44 +0100
committerThomas Schwinge <thomas@codesourcery.com>2023-02-12 16:35:44 +0100
commitd4d6d573b4a232519992123ae35740b0e5fa03da (patch)
treee46611c950994b3dac5e088950b5b84f68a0744c /gcc/function.h
parent2c454254ce5e41ca86717127d53ab75f8b64126a (diff)
parenta31becca488b537cfc24bba7c0f48b2c44726240 (diff)
downloadgcc-d4d6d573b4a232519992123ae35740b0e5fa03da.zip
gcc-d4d6d573b4a232519992123ae35740b0e5fa03da.tar.gz
gcc-d4d6d573b4a232519992123ae35740b0e5fa03da.tar.bz2
Merge commit '83ffe9cde7fe0b4deb0d1b54175fd9b19c38179c^' into HEAD
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 9b3b5a2..cf85d2a 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -723,4 +723,6 @@ extern const char *current_function_name (void);
extern void used_types_insert (tree);
+extern bool currently_expanding_function_start;
+
#endif /* GCC_FUNCTION_H */