Commits on Feb 10, 2021

  1. ascli: Don’t use GNU C extension type names

    Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
    pwithnall committed Feb 10, 2021
  2. build: Use c11 rather than gnu11 and define vendor extensions separately

    This makes the code a little more amenable to being built as a
    subproject for projects like gnome-software, which use standard C.
    
    See `man 7 feature_test_macros` for details of the vendor extension
    macros.
    
    Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
    pwithnall committed Feb 10, 2021