comparison dmd/Type.d @ 22:fd4acc376c45

Implemented object file output and linking on linux.
author Robert Clipsham <robert@octarineparrot.com>
date Thu, 08 Apr 2010 04:21:03 +0100
parents 1628b221808d
children 460959608115
comparison
equal deleted inserted replaced
21:26b9f97f6162 22:fd4acc376c45
80 */ 80 */
81 version (TARGET_OSX) { 81 version (TARGET_OSX) {
82 int REALSIZE = 16; 82 int REALSIZE = 16;
83 int REALPAD = 6; 83 int REALPAD = 6;
84 int REALALIGNSIZE = 16; 84 int REALALIGNSIZE = 16;
85 } else version (XXX) { /// TARGET_LINUX || TARGET_FREEBSD || TARGET_SOLARIS 85 } else version (POSIX) { /// TARGET_LINUX || TARGET_FREEBSD || TARGET_SOLARIS
86 int REALSIZE = 12; 86 int REALSIZE = 12;
87 int REALPAD = 2; 87 int REALPAD = 2;
88 int REALALIGNSIZE = 4; 88 int REALALIGNSIZE = 4;
89 } else { 89 } else {
90 int REALSIZE = 10; 90 int REALSIZE = 10;