Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I convert Ada 83 sources to Ada 9X?

ADA ada 9x convert sources
0
Posted

How can I convert Ada 83 sources to Ada 9X?

0

First you should read the following document, which will provide you with much useful information: “Changes to Ada — 1987 to 1995”, file ch83.{ps,doc}, in directory http://sw-eng.falls-church.va.us/ajpofaq.html If you’re using GNAT, the tool you are probably looking for is “gnatchop”.

0

First you should read the following document, which will provide you with much useful information: “Changes to Ada — 1987 to 1995”, file ch83.{ps,doc}, in directory ftp://sw-eng.falls-church.va.us/public/AdaIC/standards/95lrm_rat/v6.0 If you’re using GNAT, the tool you are probably looking for is “gnatchop”. In csh you could use something like this to quickly process existing files: cd dest_dir # The destination directory foreach f ( ../src_dir/*.a ) # ../src_dir is the source directory gnatchop $f end gnatchop will show you what sources are causing problems.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123