aboutsummaryrefslogtreecommitdiff
path: root/libgfortran/libgfortran.h
diff options
context:
space:
mode:
authorTobias Burnus <burnus@gcc.gnu.org>2007-07-24 14:58:20 +0200
committerTobias Burnus <burnus@gcc.gnu.org>2007-07-24 14:58:20 +0200
commitbdcfceb443f6ad18e5a04b3c9c7f35074d0c810e (patch)
treeedda3a009e9c4688b9ea2c39a49489c75d9acdc0 /libgfortran/libgfortran.h
parent3886f1d07b083598d3be8f8ed7f0c303173e08b3 (diff)
downloadgcc-bdcfceb443f6ad18e5a04b3c9c7f35074d0c810e.zip
gcc-bdcfceb443f6ad18e5a04b3c9c7f35074d0c810e.tar.gz
gcc-bdcfceb443f6ad18e5a04b3c9c7f35074d0c810e.tar.bz2
ChangeLog: Correct entry.
gcc/fortran/ 2007-07-24 Tobias Burnus <burnus@net-b.de> * ChangeLog: Correct entry. libgfortran/ 2007-07-24 Tobias Burnus <burnus@net-b.de> * libgfortran.h: Add bounds_check to compile_options_t. From-SVN: r126877
Diffstat (limited to 'libgfortran/libgfortran.h')
-rw-r--r--libgfortran/libgfortran.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgfortran/libgfortran.h b/libgfortran/libgfortran.h
index e0cfa45..a1efab2 100644
--- a/libgfortran/libgfortran.h
+++ b/libgfortran/libgfortran.h
@@ -385,6 +385,7 @@ typedef struct
int sign_zero;
size_t record_marker;
int max_subrecord_length;
+ int bounds_check;
}
compile_options_t;