Just came across some old D code that does this:

version(linux){
        extern(C):
}

<Hundreds of OpenGL decls>



in dmd 2.055, the extern(C) is not being applied to the OpenGL decls.
should it?

Reply via email to