Skip to content
  • Chun-wei Fan's avatar
    gtk/gtkrecentchooser.c: Avoid C99isms · d7b68278
    Chun-wei Fan authored
    Declare variables at the top to the block.
    
    G_GNUC_BEGIN_IGNORE_DEPRECATIONS and G_GNUC_END_IGNORE_DEPRECATIONS with
    a ';' at the end is still considered a statement, even if these macros
    expand to nothing, which C89 compilers don't really like (oddly speaking)-
    but this is life.
    d7b68278