]> git.ipfire.org Git - thirdparty/gcc.git/commit
io.h: Remove definition of the BT enumerator.
authorJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 19 Oct 2010 01:28:50 +0000 (01:28 +0000)
committerJerry DeLisle <jvdelisle@gcc.gnu.org>
Tue, 19 Oct 2010 01:28:50 +0000 (01:28 +0000)
commita11930ba8d19cc26848dc06d4a2571642af735b9
tree57b515208fe72f75dd40e6e639f1fde700dcf61a
parent21016e43e2ead79d6dec8827a8c66339f467813b
io.h: Remove definition of the BT enumerator.

2010-10-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* io/io.h: Remove definition of the BT enumerator.
* libgfortran.h: Replace GFC_DTYPE enumerator with BT.
* intrinsics/iso_c_generated_procs.c: Likewise
* intrinsics/date_and_time.c: Likewise.
* intrinsics/iso_c_binding.c: Likewise.
* io/list_read.c: Likewise.
* io/transfer.c: Likewise.
* io/write.c: Likewise.

2010-10-18  Jerry DeLisle  <jvdelisle@gcc.gnu.org>

* gfortran.h: Remove definition of bt enumerator.
* libgfortran.h: Add bt enumerator type alighned with defintion.
Remove the dtype enumerator, no longer used.
previously given in libgfortran/io.h
* trans-types.c: Use new bt enumerator.
* trans-io.c: Likewise.

From-SVN: r165675
14 files changed:
gcc/fortran/ChangeLog
gcc/fortran/gfortran.h
gcc/fortran/libgfortran.h
gcc/fortran/trans-io.c
gcc/fortran/trans-types.c
libgfortran/ChangeLog
libgfortran/intrinsics/date_and_time.c
libgfortran/intrinsics/iso_c_binding.c
libgfortran/intrinsics/iso_c_generated_procs.c
libgfortran/io/io.h
libgfortran/io/list_read.c
libgfortran/io/transfer.c
libgfortran/io/write.c
libgfortran/libgfortran.h