gcc/libgfortran/runtime
Janne Blomqvist f5e3ed2d42 Use C99 bool instead of enum try.
2013-03-19  Janne Blomqvist  <jb@gcc.gnu.org>

	* libgfortran.h: Include stdbool.h.
	(enum try): Remove.
	(notify_std): Change return type to bool.
	* intrinsics/chmod.c: Don't include stdbool.h.
	* intrinsics/execute_command_line.c: Likewise.
	* io/format.c: Likewise.
	* io/list_read.c (nml_parse_qualifier): Change return type to bool.
	(nml_read_obj): Likewise.
	(nml_get_obj_data): Likewise.
	* io/transfer.c (read_block_form): Fix comment.
	(write_buf): Change return type to bool.
	* io/write.c: Don't include stdbool.h.
	* io/write_float.def (output_float): Change return type to bool.
	(output_float_FMT_G_ ## x): Change type of result variable.
	* runtime/error.c (notify_std): Change return type to bool.

From-SVN: r196791
2013-03-19 13:13:32 +02:00
..
backtrace.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
bounds.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
compile_options.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
convert_char.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
environ.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
error.c Use C99 bool instead of enum try. 2013-03-19 13:13:32 +02:00
fpu.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
in_pack_generic.c re PR fortran/55978 (class_optional_2.f90 -Os fails) 2013-02-06 20:39:35 +01:00
in_unpack_generic.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
main.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
memory.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
pause.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
select.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
select_inc.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
stop.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
string.c Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00