diff options
Diffstat (limited to 'gcc/toplev.h')
-rw-r--r-- | gcc/toplev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.h b/gcc/toplev.h index 3008098..508cd9d1 100644 --- a/gcc/toplev.h +++ b/gcc/toplev.h @@ -130,4 +130,6 @@ extern void check_global_declarations PROTO ((union tree_node **, int)); extern int errorcount; extern int warningcount; extern int sorrycount; + +extern const char *progname; #endif /* __GCC_TOPLEV_H */ |