diff src/file-coding.h @ 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 969b7290edca
children 13a418960a88
line wrap: on
line diff
--- a/src/file-coding.h	Wed Jun 16 10:32:59 2004 +0000
+++ b/src/file-coding.h	Wed Jun 16 12:01:19 2004 +0000
@@ -187,10 +187,6 @@
   struct lcrecord_header header;
   struct coding_system_methods *methods;
 
-  /* If true, this is an internal coding system, which will not show up in
-     coding-system-list unless a special parameter is given to it. */
-  int internal_p;
-
 #define CODING_SYSTEM_SLOT_DECLARATION
 #define MARKED_SLOT(x) Lisp_Object x;
 #include "coding-system-slots.h"
@@ -199,6 +195,10 @@
      coding-system-slots.h. */
   enum eol_type eol_type;
 
+  /* If true, this is an internal coding system, which will not show up in
+     coding-system-list unless a special parameter is given to it. */
+  int internal_p;
+
   /* type-specific extra data attached to a coding_system */
   char data[1];
 };