diff options
Diffstat (limited to 'gcc/ada/s-wchstw.ads')
-rw-r--r-- | gcc/ada/s-wchstw.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/s-wchstw.ads b/gcc/ada/s-wchstw.ads index 00d97d74629..ba154b901ba 100644 --- a/gcc/ada/s-wchstw.ads +++ b/gcc/ada/s-wchstw.ads @@ -37,7 +37,7 @@ with System.WCh_Con; package System.WCh_StW is -pragma Pure (WCh_StW); + pragma Pure; function String_To_Wide_String (S : String; |