From b4fac6a0c4bb7bf4e0d31999ecdf4e43804f6a81 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 8 Jun 2003 15:56:35 +0200 Subject: std.c: Remove #if 0'ed functions. * std.c: Remove #if 0'ed functions. * sta.c: Remove usage of HARD_F90, FFESTR_F90 and FFESTR_VXT. * stb.c: Likewise. * stb.h: Likewise. * stc.c: Likewise. * stc.h: Likewise. * std.c: Likewise. * std.h: Likewise. * ste.c: Likewise. * ste.h: Likewise. * str.h (FFESTR_F90): Remove macro. (FFESTR_VXT): Remove macro. From-SVN: r67625 --- gcc/f/str.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'gcc/f/str.h') diff --git a/gcc/f/str.h b/gcc/f/str.h index 543eeeb..b3ac04e 100644 --- a/gcc/f/str.h +++ b/gcc/f/str.h @@ -1,5 +1,5 @@ /* str.h -- Private #include File (module.h template V1.0) - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2003 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -30,11 +30,6 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef GCC_F_STR_H #define GCC_F_STR_H -/* Simple definitions and enumerations. */ - -#define FFESTR_F90 0 /* Unsupported F90 stuff. */ -#define FFESTR_VXT 0 /* Unsupported VXT stuff. */ - /* Typedefs. */ -- cgit v1.1