]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/fortran/gfortran.h
arith.c, [...]: Fix comment formatting.
[thirdparty/gcc.git] / gcc / fortran / gfortran.h
index 5020a1f930d751ebfae81dbbf7553356142a9f5c..1e42eb6a813bcce94862cb37fd149df6f128d684 100644 (file)
@@ -99,11 +99,11 @@ mstring;
 /* Flags to specify which standardi/extension contains a feature.  */
 #define GFC_STD_GNU                (1<<5)    /* GNU Fortran extension.  */
 #define GFC_STD_F2003             (1<<4)    /* New in F2003.  */
-/* Note that no features were obsoleted nor deleted in F2003. */
-#define GFC_STD_F95                 (1<<3)    /* New in F95. */
+/* Note that no features were obsoleted nor deleted in F2003.  */
+#define GFC_STD_F95                 (1<<3)    /* New in F95.  */
 #define GFC_STD_F95_DEL         (1<<2)    /* Deleted in F95.  */
 #define GFC_STD_F95_OBS        (1<<1)    /* Obsoleted in F95.  */
-#define GFC_STD_F77                 (1<<0)    /* Up to and including F77. */
+#define GFC_STD_F77                 (1<<0)    /* Up to and including F77.  */
 
 /*************************** Enums *****************************/
 
@@ -1209,7 +1209,7 @@ gfc_iterator;
 #define gfc_get_iterator() gfc_getmem(sizeof(gfc_iterator))
 
 
-/* Allocation structure for ALLOCATE, DEALLOCATE and NULLIFY statements. */
+/* Allocation structure for ALLOCATE, DEALLOCATE and NULLIFY statements.  */
 
 typedef struct gfc_alloc
 {