diff src/file-coding.c @ 2132:34ca43a57692

[xemacs-hg @ 2004-06-16 12:01:17 by malcolmp] IA-64 compilation and unaligned access fixes.
author malcolmp
date Wed, 16 Jun 2004 12:01:19 +0000
parents a8d8f419b459
children 04bc9d2f42c7
line wrap: on
line diff
--- a/src/file-coding.c	Wed Jun 16 10:32:59 2004 +0000
+++ b/src/file-coding.c	Wed Jun 16 12:01:19 2004 +0000
@@ -3032,6 +3032,10 @@
 struct convert_eol_coding_system
 {
   enum eol_type subtype;
+  int dummy; /* On some architectures (eg ia64) the portable dumper can
+                produce unaligned access errors without this field.  Probably
+                because the combined structure of this structure and
+                Lisp_Coding_System is not properly aligned. */
 };
 
 #define CODING_SYSTEM_CONVERT_EOL_SUBTYPE(codesys) \