Fix "fall through" comments
[deliverable/binutils-gdb.git] / gdb / stabsread.c
index 0017f18c35ac5c881c650d556e91b0ea620d043e..8d392906429977a0b8a041ae537e287265b9df44 100644 (file)
@@ -723,7 +723,7 @@ define_symbol (CORE_ADDR valu, const char *string, int desc, int type,
          /* SunPRO (3.0 at least) static variable encoding.  */
          if (gdbarch_static_transform_name_p (gdbarch))
            goto normal;
-         /* ... fall through ...  */
+         /* fall through */
 
        default:
          complaint (&symfile_complaints, _("Unknown C++ symbol name `%s'"),
@@ -2532,7 +2532,8 @@ read_member_functions (struct field_info *fip, const char **pp,
              complaint (&symfile_complaints,
                         _("member function type missing, got '%c'"),
                         (*pp)[-1]);
-             /* Fall through into normal member function.  */
+             /* Normal member function.  */
+             /* Fall through.  */
 
            case '.':
              /* normal member function.  */
This page took 0.024139 seconds and 4 git commands to generate.