projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecdf95f
)
Change Size from unsigned int to size_t.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 13 Dec 1998 03:44:38 +0000
(
03:44
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 13 Dec 1998 03:44:38 +0000
(
03:44
+0000)
src/include/c.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/c.h
b/src/include/c.h
index ffbf750331697442e68497793847cda99688777f..cd7ecb9de24af742060e361f8d919c4981562825 100644
(file)
--- 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.4
6 1998/10/04 15:38:55
momjian Exp $
+ * $Id: c.h,v 1.4
7 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 in
t Size;
+typedef
size_
t Size;
/*
* Index --