toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Toon-members] TooN/internal allocator.hh


From: Edward Rosten
Subject: [Toon-members] TooN/internal allocator.hh
Date: Tue, 21 Apr 2009 10:45:00 +0000

CVSROOT:        /cvsroot/toon
Module name:    TooN
Changes by:     Edward Rosten <edrosten>        09/04/21 10:45:00

Modified files:
        internal       : allocator.hh 

Log message:
        Rename ALIGN8 --> TOON_ALIGN8

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/TooN/internal/allocator.hh?cvsroot=toon&r1=1.28&r2=1.29

Patches:
Index: allocator.hh
===================================================================
RCS file: /cvsroot/toon/TooN/internal/allocator.hh,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- allocator.hh        20 Apr 2009 17:14:09 -0000      1.28
+++ allocator.hh        21 Apr 2009 10:45:00 -0000      1.29
@@ -38,9 +38,9 @@
 // whether data or a reference to data should be copied.
 
 #ifdef __GNUC__
-#define ALIGN8 __attribute__ ((aligned(8)))
+#define TOON_ALIGN8 __attribute__ ((aligned(8)))
 #else
-#define ALIGN8
+#define TOON_ALIGN8
 #endif
 
 
@@ -64,7 +64,7 @@
                StackOrHeap()
        {}
 
-       double my_data[Size] ALIGN8 ;
+       double my_data[Size] TOON_ALIGN8 ;
 };
 
 
@@ -394,4 +394,4 @@
 }
 
 
-#undef ALIGN8
+#undef TOON_ALIGN8




reply via email to

[Prev in Thread] Current Thread [Next in Thread]