Changeset 6dbed52 in buchla-68k for libsm


Ignore:
Timestamp:
07/17/2017 04:07:19 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
703d4d0
Parents:
499da16
Message:

Explicitly mark fall-throughs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libsm/strtol.c

    r499da16 r6dbed52  
    3333                case '-':
    3434                        neg++;
     35                        /* fall through */
    3536
    36                 case '+': /* fall-through */
     37                case '+':
    3738                        c = *++str;
     39                        /* fall through */
    3840                }
    3941        }
Note: See TracChangeset for help on using the changeset viewer.