◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2131 more than one memory attribute More than one memory attribute ( __near, __far, __huge, or __based) was applied to an item, as in the following example: typedef int __near nint; nint __far a; // error -♦-