attribute decl in version decl

Ellery Newcomer ellery-newcomer at utulsa.edu
Sun Sep 18 09:55:43 PDT 2011


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?


More information about the Digitalmars-d-learn mailing list