Differences From 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]
To Artifact [5ca94300aa]:
- File src/natools-s_expressions-parsers.adb — part of check-in [a2fd0fbfb6] at 2014-08-29 20:37:38 on branch trunk — s_expressions-atom_buffers: rename Read procedure to Peek, to make room for stream primitives (user: nat, size: 19640) [annotate] [blame] [check-ins using]
︙ | |||
89 90 91 92 93 94 95 | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | - + | Data : out Atom; Length : out Count) is begin if Self.Locked or Self.Latest /= Events.Add_Atom then raise Program_Error; end if; |
︙ |