diff options
Diffstat (limited to 'gcc/ada/namet.h')
-rw-r--r-- | gcc/ada/namet.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ada/namet.h b/gcc/ada/namet.h index ec2b488..0bc841a 100644 --- a/gcc/ada/namet.h +++ b/gcc/ada/namet.h @@ -6,7 +6,7 @@ * * * C Header File * * * - * Copyright (C) 1992-2011, Free Software Foundation, Inc. * + * Copyright (C) 1992-2012, Free Software Foundation, Inc. * * * * GNAT is free software; you can redistribute it and/or modify it under * * terms of the GNU General Public License as published by the Free Soft- * @@ -24,7 +24,8 @@ ****************************************************************************/ /* This is the C file that corresponds to the Ada package specification - Namet. It was created manually from files namet.ads and namet.adb. */ + Namet. It was created manually from files namet.ads and namet.adb. + Some subprograms from Sinput are also made acessable here. */ #ifdef __cplusplus extern "C" { @@ -111,7 +112,8 @@ extern char *Spec_Filename, *Body_Filename; #define Is_Non_Ada_Error exp_ch11__is_non_ada_error extern Boolean Is_Non_Ada_Error (Entity_Id); -/* Here are some functions in sinput.adb we call from a-trans.c. */ +/* Here are some functions in sinput.adb we call from trans.c. */ + typedef Nat Source_File_Index; typedef Int Logical_Line_Number; typedef Int Column_Number; |