From 8be8dff4e5c9880d9ed5e2bd4ef0147a9f754b84 Mon Sep 17 00:00:00 2001 From: jvdelisle <jvdelisle@138bc75d-0d04-0410-961f-82ee72b054a4> Date: Tue, 25 Oct 2005 01:52:48 +0000 Subject: [PATCH] 2005-10-24 Jerry DeLisle <jvdelisle@verizon.net> Missed commit of libgfortran.h from previous. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@105881 138bc75d-0d04-0410-961f-82ee72b054a4 --- libgfortran/libgfortran.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h index bc23789f7d61..b1e9afd9277d 100644 --- a/libgfortran/libgfortran.h +++ b/libgfortran/libgfortran.h @@ -392,7 +392,6 @@ typedef enum ERROR_BAD_US, ERROR_READ_VALUE, ERROR_READ_OVERFLOW, - ERROR_ARRAY_STRIDE, ERROR_LAST /* Not a real error, the last error # + 1. */ } error_codes; -- GitLab