alignment_mask -> long.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 11 Jun 1992 12:42:35 +0000 (12:42 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 11 Jun 1992 12:42:35 +0000 (12:42 +0000)
v7/src/microcode/obstack.h

index 28ee4881cd1fbb193dbe6e756c0fdc5d11ceed52..e8eeefa1e0e86e95493d4302ccf764344bf6d5ab 100644 (file)
@@ -132,7 +132,7 @@ struct obstack              /* control current object in current chunk */
   char *next_free;             /* where to add next char to current object */
   char *chunk_limit;           /* address of char after current chunk */
   long temp;                   /* Temporary for some macros.  */
-  int   alignment_mask;                /* Mask of alignment for each object. */
+  long  alignment_mask;                /* Mask of alignment for each object. */
                                 /* User's fcn to allocate a chunk.  */
   struct _obstack_chunk * EXFUN ((*chunkfun), (long));
                                /* User's function to free a chunk.  */