Skip to content
Snippets Groups Projects
  • Simon Tatham's avatar
    a6f1709c
    Adopt C99 <stdbool.h>'s true/false. · a6f1709c
    Simon Tatham authored
    This commit includes <stdbool.h> from defs.h and deletes my
    traditional definitions of TRUE and FALSE, but other than that, it's a
    100% mechanical search-and-replace transforming all uses of TRUE and
    FALSE into the C99-standardised lowercase spellings.
    
    No actual types are changed in this commit; that will come next. This
    is just getting the noise out of the way, so that subsequent commits
    can have a higher proportion of signal.
    a6f1709c
    History
    Adopt C99 <stdbool.h>'s true/false.
    Simon Tatham authored
    This commit includes <stdbool.h> from defs.h and deletes my
    traditional definitions of TRUE and FALSE, but other than that, it's a
    100% mechanical search-and-replace transforming all uses of TRUE and
    FALSE into the C99-standardised lowercase spellings.
    
    No actual types are changed in this commit; that will come next. This
    is just getting the noise out of the way, so that subsequent commits
    can have a higher proportion of signal.