added experimental stream handling code

This commit is contained in:
2013-12-28 16:52:31 +00:00
parent de981a1706
commit 3721e3c1a6
10 changed files with 575 additions and 111 deletions

View File

@ -22,7 +22,7 @@ project Lib is
package Compiler is
for Default_Switches ("Ada") use (
"-gnata", "-gnato", "-gnatN", "-gnatwl"
"-gnata", "-gnato", "-gnatN", "-gnatwl", "-gnat95"
);
end Compiler;