comparison gcc/ada/nlists.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
4 * * 4 * *
5 * N L I S T S * 5 * N L I S T S *
6 * * 6 * *
7 * C Header File * 7 * C Header File *
8 * * 8 * *
9 * Copyright (C) 1992-2018, Free Software Foundation, Inc. * 9 * Copyright (C) 1992-2019, Free Software Foundation, Inc. *
10 * * 10 * *
11 * GNAT is free software; you can redistribute it and/or modify it under * 11 * GNAT is free software; you can redistribute it and/or modify it under *
12 * terms of the GNU General Public License as published by the Free Soft- * 12 * terms of the GNU General Public License as published by the Free Soft- *
13 * ware Foundation; either version 3, or (at your option) any later ver- * 13 * ware Foundation; either version 3, or (at your option) any later ver- *
14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- * 14 * sion. GNAT is distributed in the hope that it will be useful, but WITH- *
21 * GNAT was originally developed by the GNAT team at New York University. * 21 * GNAT was originally developed by the GNAT team at New York University. *
22 * Extensive contributions were provided by Ada Core Technologies Inc. * 22 * Extensive contributions were provided by Ada Core Technologies Inc. *
23 * * 23 * *
24 ****************************************************************************/ 24 ****************************************************************************/
25 25
26 /* This is the C header corresponding to the Ada package specification for 26 /* This is the C header that corresponds to the Ada package specification for
27 Nlists. It also contains the implementations of inlined functions from 27 Nlists. It also contains the implementation of inlined functions from the
28 the package body for Nlists. It was generated manually from nlists.ads and 28 package body for Nlists. It was created manually from nlists.ads and
29 nlists.adb and must be kept synchronized with changes in these files. 29 nlists.adb and must be kept synchronized with changes in these files.
30 30
31 Note that only routines for reading the tree are included, since the 31 Note that only routines for reading the tree are included, since the
32 tree transformer is not supposed to modify the tree in any way. */ 32 tree transformer is not supposed to modify the tree in any way. */
33 33