diff options
author | Andre Vehreschild <vehre@gcc.gnu.org> | 2016-11-22 18:13:27 +0100 |
---|---|---|
committer | Andre Vehreschild <vehre@gcc.gnu.org> | 2016-11-22 18:13:27 +0100 |
commit | 3a7ec30f89305ef4d3ed07bf8126a26b19f3fe6b (patch) | |
tree | 54b31f358fd3846952b3916172d86c859dc42fcd /gcc/fortran/trans.h | |
parent | 8e9fe41dfe28aed4147c9c71279f05c21b9b0b01 (diff) | |
download | gcc-vehre/coarray.tar.gz |
Style fixes.vehre/coarray
Diffstat (limited to 'gcc/fortran/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index aeaa7c986af..ae1f15651ef 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -121,13 +121,13 @@ enum gfc_coarray_regtype }; -/* Describes the action to take on _caf_deregister. Keep in sync with +/* Describes the action to take on _caf_deregister. Keep in sync with gcc/fortran/trans.h. The negative values are not valid for the library and are used by the drivers for building the correct call. */ enum gfc_coarray_deregtype { - /* This is no coarray, i.e. build a call to a free(). */ + /* This is no coarray, i.e. build a call to a free (). */ GFC_CAF_COARRAY_NOCOARRAY = -2, - /* The driver is to analyze which _caf_deregister()-call to generate. */ + /* The driver is to analyze which _caf_deregister ()-call to generate. */ GFC_CAF_COARRAY_ANALYZE = -1, GFC_CAF_COARRAY_DEREGISTER = 0, GFC_CAF_COARRAY_DEALLOCATE_ONLY @@ -156,7 +156,7 @@ enum gfc_caf_array_ref_t { }; -/* trans-array(structure_alloc_comps) caf_mode bits. */ +/* trans-array (structure_alloc_comps) caf_mode bits. */ enum gfc_structure_caf_mode_t { GFC_STRUCTURE_CAF_MODE_ENABLE_COARRAY = 1 << 0, GFC_STRUCTURE_CAF_MODE_IN_COARRAY = 1 << 1, |