diff options
Diffstat (limited to 'gcc/cp/decl2.c')
-rw-r--r-- | gcc/cp/decl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c index 8bdd43e..f051a45 100644 --- a/gcc/cp/decl2.c +++ b/gcc/cp/decl2.c @@ -560,7 +560,7 @@ compare_options (p1, p2) recognise the option. */ int -lang_decode_option (argc, argv) +cxx_decode_option (argc, argv) int argc; char **argv; { |