enhanced lambda processing

This commit is contained in:
2014-01-21 05:08:46 +00:00
parent 4197fa41ff
commit 11a98fe067
6 changed files with 112 additions and 80 deletions

View File

@ -31,7 +31,7 @@ package body Token is
Pool.Deallocate (Tmp);
end;
Buffer := ( Ptr => null, Len => 0, Last => 0);
Buffer := (Ptr => null, Len => 0, Last => 0);
end if;
end Purge_Buffer;