Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0ad5d2a

Browse files
committed
Change Size from unsigned int to size_t.
1 parentecdf95f commit0ad5d2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/c.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 1994, Regents of the University of California
99
*
10-
* $Id: c.h,v 1.46 1998/10/04 15:38:55 momjian Exp $
10+
* $Id: c.h,v 1.47 1998/12/13 03:44:38 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -277,7 +277,7 @@ typedef uint32 word32;/* >= 32 bits */
277277
* Size --
278278
*Size of any memory resident object, as returned by sizeof.
279279
*/
280-
typedefunsignedintSize;
280+
typedefsize_tSize;
281281

282282
/*
283283
* Index --

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp