• Paul Eggert's avatar
    Prefer comments /* like this */ in C code · 84c53436
    Paul Eggert authored
    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.
    84c53436
gtkutil.c 158 KB