diff options
Diffstat (limited to 'gcc/java/gjavah.c')
-rw-r--r-- | gcc/java/gjavah.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/java/gjavah.c b/gcc/java/gjavah.c index 29cbdf8..6aabf1c 100644 --- a/gcc/java/gjavah.c +++ b/gcc/java/gjavah.c @@ -222,6 +222,10 @@ static int decompiled = 0; if (out && method_printed && !method_synthetic) \ fputs (decompiled || stubs ? "\n" : ";\n", out); +/* We're going to need {peek,skip}_attribute, enable their definition. */ +#define NEED_PEEK_ATTRIBUTE +#define NEED_SKIP_ATTRIBUTE + #include "jcf-reader.c" /* Some useful constants. */ |