*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Sun, 12 Jan 2003 00:38:22 +0000 (00:38 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 12 Jan 2003 00:38:22 +0000 (00:38 +0000)
src/ChangeLog

index f1c9944..77468a9 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-12  Kim F. Storm  <storm@cua.dk>
+
+       * alloc.c (pure_alloc): Corrected last change; now align the
+       pointer and adjust the size rather than aligning the size and
+       adjusting the pointer.  Use a goto to handle overflow exception.
+
 2003-01-11  Kim F. Storm  <storm@cua.dk>
 
        * process.c (Fset_process_contact): New function.