aboutsummaryrefslogtreecommitdiff
path: root/gcc/f/src.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/f/src.h')
-rw-r--r--gcc/f/src.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/src.h b/gcc/f/src.h
index 6f8bff2f3fc..36c5058f17c 100644
--- a/gcc/f/src.h
+++ b/gcc/f/src.h
@@ -1,3 +1,3 @@
Contributed by James Craig Burley (burley@gnu.org).
((ISALPHA ((c))) || (! (1 || ffe_is_90 ()) && ((c) == '_')))
- ((ISALNUM ((c))) || (! (1 || ffe_is_90 ()) && ((c) == '_')))
+ Contributed by James Craig Burley.