Files
BFM-decomp/docs
Drew T 2f46e3e0fc docs(cookbook): §415 - a file-scope decl merges the TU's later block-scope externs into it
gcc-2.7.2 pushdecl/different_binding_level: adding a file-scope extern for a callee that
the TU also declares at BLOCK scope merges those later externs into the global, which
then conflicts with the TU's own definition - and the error names the definition, not the
decl you added. Match the TU's binding LEVEL, not just its type. Byte-proven on
ov_SC04_011/func_80180B24 (215 ins), which also needed the house __asm__ alias for a
file-scope vs block-scope D_ spelling collision.
2026-09-02 02:01:50 -06:00
..