From 0ad5d2a3a886e72b429ea2b84bfcb36c0680f84d Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sun, 13 Dec 1998 03:44:38 +0000
Subject: [PATCH] Change Size from unsigned int to size_t.

---
 src/include/c.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/c.h b/src/include/c.h
index ffbf7503316..cd7ecb9de24 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: c.h,v 1.46 1998/10/04 15:38:55 momjian Exp $
+ * $Id: c.h,v 1.47 1998/12/13 03:44:38 momjian Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -277,7 +277,7 @@ typedef uint32 word32;			/* >= 32 bits */
  * Size --
  *		Size of any memory resident object, as returned by sizeof.
  */
-typedef unsigned int Size;
+typedef size_t Size;
 
 /*
  * Index --
-- 
GitLab