]> git.eshelyaron.com Git - emacs.git/commit
Prefer comments /* like this */ in C code
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Nov 2016 03:41:37 +0000 (20:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 6 Nov 2016 03:42:10 +0000 (20:42 -0700)
commit84c53436ab25b6c8f76c133e59b34e533ea33cc7
tree0591d8e26be72e5c36a221c6642c614d43cb8c30
parentbb61e50533a4dd1f2f93de1f8ca55d31f9094e6d
Prefer comments /* like this */ in C code

Emacs C code assumes C99 features, but has long used traditional
comments /* like this */ instead of C99-style comments // like this.
Stick with traditional comments for now, partly for style, partly as
it may be safer with compilers that are not fully in C99 mode.
src/emacs-module.c
src/gfilenotify.c
src/gtkutil.c
src/image.c
src/kqueue.c
src/w32fns.c
src/xdisp.c
src/xselect.c
src/xsmfns.c
src/xterm.c