projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d5eef4
)
Fix trivial comment typo.
author
Paul Brook
<pbrook@gcc.gnu.org>
Sun, 12 Dec 2004 16:30:00 +0000
(16:30 +0000)
committer
Paul Brook
<pbrook@gcc.gnu.org>
Sun, 12 Dec 2004 16:30:00 +0000
(16:30 +0000)
From-SVN: r92050
gcc/fortran/gfortran.h
patch
|
blob
|
history
diff --git
a/gcc/fortran/gfortran.h
b/gcc/fortran/gfortran.h
index 0350974b34b3431308b0b50a07e35fd8da1f3f77..669291c57ac3091761aa0e10981e4152edae2833 100644
(file)
--- a/
gcc/fortran/gfortran.h
+++ b/
gcc/fortran/gfortran.h
@@
-96,7
+96,7
@@
typedef struct
mstring;
-/* Flags to specify which standard
i
/extension contains a feature. */
+/* Flags to specify which standard/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. */