]> gcc.gnu.org Git - gcc.git/blame - gcc/f/version.h
cse.c (rtx_cost): Add default case in enumeration switch.
[gcc.git] / gcc / f / version.h
CommitLineData
ff752ff6
JL
1/* version.h -- Public #include File (module.h template V1.0)
2 Copyright (C) 1995, 1997 Free Software Foundation, Inc.
5ff904cd
JL
3 Contributed by James Craig Burley (burley@gnu.ai.mit.edu).
4
5This file is part of GNU Fortran.
6
7GNU Fortran is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 2, or (at your option)
10any later version.
11
12GNU Fortran is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Fortran; see the file COPYING. If not, write to
19the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
2002111-1307, USA.
21
22 Owning Modules:
ff752ff6 23 version.c
5ff904cd
JL
24
25 Modifications:
26*/
27
ff752ff6
JL
28#ifndef _H_f_version
29#define _H_f_version
5ff904cd 30
ff752ff6 31extern char *ffe_version_string;
5ff904cd
JL
32
33#endif
This page took 0.074111 seconds and 5 git commands to generate.