[GDB] Fix builds broken by proc-service changes.
[deliverable/binutils-gdb.git] / gdb / std-operator.def
index 08f0d5bf2c6d21a07890b2d857f1f553a383b718..6123957e994c3d5bdde7f6303e1132cf874606df 100644 (file)
@@ -292,8 +292,9 @@ OP (OP_NAME)
 /* An Objective C Foundation Class NSString constant.  */
 OP (OP_OBJC_NSSTRING)
 
-/* A F90 array range operator (for "exp:exp", "exp:", ":exp" and ":").  */
-OP (OP_F90_RANGE)
+/* An array range operator (in Fortran 90, for "exp:exp", "exp:",
+   ":exp" and ":").  */
+OP (OP_RANGE)
 
 /* OP_DECFLOAT is followed by a type pointer in the next exp_element
    and a dec long constant value in the following exp_element.
This page took 0.025341 seconds and 4 git commands to generate.