Revision: 3467
http://skim-app.svn.sourceforge.net/skim-app/?rev=3467&view=rev
Author: hofman
Date: 2008-03-11 11:43:11 -0700 (Tue, 11 Mar 2008)
Log Message:
-----------
Use 32 buts alignment rather than 4.
Modified Paths:
--------------
trunk/SKPDFSynchronizer.h
trunk/SKPSProgressController.h
Modified: trunk/SKPDFSynchronizer.h
===================================================================
--- trunk/SKPDFSynchronizer.h 2008-03-11 17:18:11 UTC (rev 3466)
+++ trunk/SKPDFSynchronizer.h 2008-03-11 18:43:11 UTC (rev 3467)
@@ -55,7 +55,7 @@
NSConnection *mainThreadConnection;
NSConnection *localThreadConnection;
- volatile int32_t shouldKeepRunning __attribute__ ((aligned (4)));
+ volatile int32_t shouldKeepRunning __attribute__ ((aligned (32)));
BOOL serverReady;
}
Modified: trunk/SKPSProgressController.h
===================================================================
--- trunk/SKPSProgressController.h 2008-03-11 17:18:11 UTC (rev 3466)
+++ trunk/SKPSProgressController.h 2008-03-11 18:43:11 UTC (rev 3467)
@@ -58,7 +58,7 @@
@interface SKDVIProgressController : SKPSProgressController {
NSTask *task;
- volatile int32_t convertingPS __attribute__ ((aligned (4)));
+ volatile int32_t convertingPS __attribute__ ((aligned (32)));
}
- (NSData *)PDFDataWithDVIFile:(NSString *)dviFile;
@end
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit