[Issue 1731] forward reference of function type alias resets calling convention

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 23 14:03:38 PDT 2009


http://d.puremagic.com/issues/show_bug.cgi?id=1731



--- Comment #3 from Rainer Schuetze <r.sagitario at gmx.de> 2009-09-23 14:03:37 PDT ---
Created an attachment (id=465)
evaluate forward referenced alias in correct scope

The forward reference to the alias causes its semantic analysis to be run from
the scope of the variable declaration, omitting the "extern(Windows)"
attribute. The patch uses the scope of the symbol (which happens to already
exist) instead of the current scope.

The patch also fixes the bad spacing "uintWindows".

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list