Skip to content
  • Emmanuele Bassi's avatar
    genmarshal Only wrap body prototypes in C++ guards · 100b83a7
    Emmanuele Bassi authored
    Commit 31ae2c55 added the C++ guards
    around all prototypes, including inside the header file. The header
    file, though, already has C++ guards, so while it's harmless to have
    them there, it's also unnecessary.
    
    We should only emit C++ guards around the prototypes we include in the
    generated source.
    100b83a7