diff options
Diffstat (limited to 'gcc/ada/stringt.h')
-rw-r--r-- | gcc/ada/stringt.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/stringt.h b/gcc/ada/stringt.h index 371acdf..911c61b 100644 --- a/gcc/ada/stringt.h +++ b/gcc/ada/stringt.h @@ -23,8 +23,10 @@ * * ****************************************************************************/ -/* This file is the C file that corresponds to the Ada package spec - Stringt. It was created manually from stringt.ads and stringt.adb +/* This is the C header that corresponds to the Ada package specification for + Stringt. It also contains the implementations of inlined functions from the + package body for Stringt. It was created manually from stringt.ads and + stringt.adb and must be kept synchronized with changes in these files. Note: only the access functions are provided, since the tree transformer is not allowed to modify the tree or its auxiliary structures. |