diff trunk/src/dil/CompilerInfo.d @ 513:6160ab7b1816

Refactored code related to settings.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Fri, 14 Dec 2007 19:08:21 +0100
parents b60450804b6e
children a3f66502ea64
line wrap: on
line diff
--- a/trunk/src/dil/CompilerInfo.d	Thu Dec 13 23:04:50 2007 +0100
+++ b/trunk/src/dil/CompilerInfo.d	Fri Dec 14 19:08:21 2007 +0100
@@ -39,4 +39,5 @@
 /// ditto
 const COMPILED_DATE = __TIMESTAMP__;
 
-const DEFAULT_ALIGN_SIZE = 1; /// The global, default alignment size for struct fields.
+/// The global, default alignment size for struct fields.
+const DEFAULT_ALIGN_SIZE = 4;