Parent Directory
|
Revision Log
|
Patch
revision 380, Sun Aug 18 12:12:39 2002 UTC | revision 381, Sun Aug 18 14:06:32 2002 UTC | |
---|---|---|
# | Line 105 | Line 105 |
105 | return ts; | return ts; |
106 | } | } |
107 | ||
108 | #elif defined(LINUX) || defined(DJGPP) || defined(FREEBSD) | #elif defined(LINUX) || defined(DJGPP) || defined(FREEBSD) || defined(BEOS) |
109 | ||
110 | #include <stdio.h> | #include <stdio.h> |
111 | #include <stdarg.h> | #include <stdarg.h> |
# | Line 143 | Line 143 |
143 | #define DEBUGCBR(A,B,C) | #define DEBUGCBR(A,B,C) |
144 | #endif | #endif |
145 | ||
146 | #if defined(LINUX) | #if defined(LINUX) || defined(BEOS) |
147 | ||
148 | #if defined(BEOS) | |
149 | #include <inttypes.h> | |
150 | #else | |
151 | #include <stdint.h> | #include <stdint.h> |
152 | #endif | |
153 | ||
154 | #define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \ | #define DECLARE_ALIGNED_MATRIX(name,sizex,sizey,type,alignment) \ |
155 | type name##_storage[(sizex)*(sizey)+(alignment)-1]; \ | type name##_storage[(sizex)*(sizey)+(alignment)-1]; \ |
|
No admin address has been configured | ViewVC Help |
Powered by ViewVC 1.0.4 |