enhanced lambda processing

This commit is contained in:
2014-01-21 05:08:46 +00:00
parent 78436b78f4
commit d7eae56e90
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;