Differences From Artifact [cea1ca4044]:
- File src/natools-s_expressions-parsers.adb — part of check-in [9f0aaf857d] at 2014-03-28 20:20:44 on branch trunk — s_expressions-parsers: return End_Of_Input on locked objects, to behave like genuine S-expression end (user: nat, size: 19640) [annotate] [blame] [check-ins using]
To Artifact [81bb40d722]:
- File src/natools-s_expressions-parsers.adb — part of check-in [a14e9a88da] at 2014-03-28 20:25:38 on branch trunk — s_expressions-parsers: fix typo (user: nat, size: 19640) [annotate] [blame] [check-ins using]
︙ | |||
100 101 102 103 104 105 106 | 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 | - + | overriding procedure Next (Self : in out Parser; Event : out Events.Event) is O : Octet; begin if Self.Locked then |
︙ |