Hi,
when I try to run adadoc on one file where there this
instanciation:
---------------------------------------------------
package Int_IO is new Text_IO.Integer_IO (Num => Integer);
---------------------------------------------------
The file is not processed and I receive this message:
---------------------------------------------------
Parsing synchro_cobs.ada and generating XML...
The file is not a compliant Ada 95 specification
---------------------------------------------------
I dont undestand because the code line seems to be an
Ada95 one