Skip to content
Snippets Groups Projects
  • Simon McVittie's avatar
    47ff41eb
    Use stdbool.h for booleans · 47ff41eb
    Simon McVittie authored
    
    We don't need to reinvent these, especially in a confusing form
    (bool type like stdbool.h, but TRUE and FALSE constants like GLib).
    stdbool.h was available in the gcc 4.6 that is the default compiler in
    Ubuntu 12.04, more than a decade ago, so it seems sufficiently
    ubiquitous.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
    47ff41eb
    History
    Use stdbool.h for booleans
    Simon McVittie authored
    
    We don't need to reinvent these, especially in a confusing form
    (bool type like stdbool.h, but TRUE and FALSE constants like GLib).
    stdbool.h was available in the gcc 4.6 that is the default compiler in
    Ubuntu 12.04, more than a decade ago, so it seems sufficiently
    ubiquitous.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>