diff options
Diffstat (limited to 'gcc/ada/tracebak.c')
-rw-r--r-- | gcc/ada/tracebak.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/tracebak.c b/gcc/ada/tracebak.c index cd96939..c16741d 100644 --- a/gcc/ada/tracebak.c +++ b/gcc/ada/tracebak.c @@ -493,8 +493,8 @@ __gnat_backtrace (void **array, #else -/* No target specific implementation and neither USE_GCC_UNWINDER not - USE_GCC_UNWINDER defined. */ +/* No target specific implementation and neither USE_GCC_UNWINDER nor + USE_GENERIC_UNWINDER defined. */ /*------------------------------* *-- The dummy implementation --* |