mirror of
https://github.com/AdaCore/aws.git
synced 2026-02-12 12:29:46 -08:00
The code generated for arrays of enumeration was wrong and not compilable. This was due to the fact that code generated for enumeration was missing the needed routines to support arrays circuitry. For Q329-021.
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
with "aws";
|
|
project API is
|
|
for source_dirs use ("src");
|
|
end API;
|