diff options
Diffstat (limited to 'src/include/utils/memutils.h')
-rw-r--r-- | src/include/utils/memutils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index 59f473b910a..26483f06fc8 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -15,7 +15,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.25 1999/05/25 16:14:56 momjian Exp $ + * $Id: memutils.h,v 1.26 1999/05/25 22:43:36 momjian Exp $ * * NOTES * some of the information in this file will be moved to @@ -168,7 +168,7 @@ typedef struct AllocBlockData struct AllocBlockData *next; char *freeptr; char *endptr; -} AllocBlockData; +} AllocBlockData; typedef AllocBlockData *AllocBlock; @@ -182,7 +182,7 @@ typedef struct AllocChunkData void *aset; /* size is always the chunk size */ Size size; -} AllocChunkData; +} AllocChunkData; typedef AllocChunkData *AllocChunk; |