xref: /openbsd/gnu/usr.bin/gcc/gcc/f/info-k.def (revision c87b03e5)
1*c87b03e5Sespie/* info-k.def -- Public #include File (module.h template V1.0)
2*c87b03e5Sespie   Copyright (C) 1995, 2002 Free Software Foundation, Inc.
3*c87b03e5Sespie   Contributed by James Craig Burley.
4*c87b03e5Sespie
5*c87b03e5SespieThis file is part of GNU Fortran.
6*c87b03e5Sespie
7*c87b03e5SespieGNU Fortran is free software; you can redistribute it and/or modify
8*c87b03e5Sespieit under the terms of the GNU General Public License as published by
9*c87b03e5Sespiethe Free Software Foundation; either version 2, or (at your option)
10*c87b03e5Sespieany later version.
11*c87b03e5Sespie
12*c87b03e5SespieGNU Fortran is distributed in the hope that it will be useful,
13*c87b03e5Sespiebut WITHOUT ANY WARRANTY; without even the implied warranty of
14*c87b03e5SespieMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15*c87b03e5SespieGNU General Public License for more details.
16*c87b03e5Sespie
17*c87b03e5SespieYou should have received a copy of the GNU General Public License
18*c87b03e5Sespiealong with GNU Fortran; see the file COPYING.  If not, write to
19*c87b03e5Sespiethe Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20*c87b03e5Sespie02111-1307, USA.
21*c87b03e5Sespie
22*c87b03e5Sespie   Owning Modules:
23*c87b03e5Sespie      info.c
24*c87b03e5Sespie
25*c87b03e5Sespie   Modifications:
26*c87b03e5Sespie*/
27*c87b03e5Sespie
28*c87b03e5Sespie#
29*c87b03e5Sespie/* Kind messages are used in diagnostic location reports of the
30*c87b03e5Sespie   form "<file>: In function `foo': <error message>". */
31*c87b03e5Sespie
32*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindNONE, "In unknown kind", "")
33*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindENTITY, "In entity", "e")
34*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindFUNCTION, "In function", "f")
35*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindSUBROUTINE, "In subroutine", "u")
36*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindPROGRAM, "In program", "p")
37*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindBLOCKDATA, "In block-data unit", "b")
38*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindCOMMON, "In common block", "c")
39*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindCONSTRUCT, "In construct", ":")
40*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindNAMELIST, "In namelist", "n")
41*c87b03e5SespieFFEINFO_KIND (FFEINFO_kindANY, "In anything", "~")
42