diff options
Diffstat (limited to 'gcc/ada/s-regexp.adb')
| -rw-r--r-- | gcc/ada/s-regexp.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-regexp.adb b/gcc/ada/s-regexp.adb index 68cef65..6a44534 100644 --- a/gcc/ada/s-regexp.adb +++ b/gcc/ada/s-regexp.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1999-2013, AdaCore -- +-- Copyright (C) 1999-2015, AdaCore -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -1084,7 +1084,7 @@ package body System.Regexp is return J; end Next_Sub_Expression; - -- Start of Create_Primary_Table + -- Start of processing for Create_Primary_Table begin Table.all := (others => (others => 0)); |
