diff options
Diffstat (limited to 'gcc/langhooks.c')
-rw-r--r-- | gcc/langhooks.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/langhooks.c b/gcc/langhooks.c index 8ae3055d268..5e0098680e3 100644 --- a/gcc/langhooks.c +++ b/gcc/langhooks.c @@ -77,6 +77,15 @@ lhd_safe_from_p (x, exp) return 1; } +/* Called from staticp. */ + +int +lhd_staticp (exp) + tree exp; +{ + return 0; +} + /* Called when -dy is given on the command line. */ void |