Skip to content
  • Philip Chimento's avatar
    GjsPrivate: Sources should be C files · e1c96788
    Philip Chimento authored and Philip Chimento's avatar Philip Chimento committed
    The GjsPrivate library doesn't use any SpiderMonkey code, only C APIs.
    So the files should be compiled with a C compiler, otherwise we get
    C++'s stricter typechecks, making it hard to use void* APIs such as
    g_steal_pointer().
    
    [skip cpplint] - This shows a diff in the linter output because the
    files were renamed.
    e1c96788