]> git.eshelyaron.com Git - emacs.git/commit
Replace ‘/* FALLTHROUGH! */’ with ‘break;’
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Apr 2019 15:39:34 +0000 (08:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Apr 2019 15:40:01 +0000 (08:40 -0700)
commit82ba72ad7a4121524ee989cde09d61dab6b34dbc
tree929897f959eff5e58e7eb9d5407b8297e50311d3
parent295c79750341df94e894a95ce51401f989fc7f48
Replace ‘/* FALLTHROUGH! */’ with ‘break;’

* src/data.c (set_internal, set_default_internal):
Replace obsolescent /* FALLTHROUGH! */ comments with ‘break;’,
as ‘FALLTHROUGH;’ is not needed here.
src/data.c