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

Commit070d494

Browse files
author
Thomas G. Lockhart
committed
Clean up function declarations for the boolean type package
to use bool as the type for arguments and return values.
1 parenta21c3e3 commit070d494

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎src/include/utils/builtins.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: builtins.h,v 1.26 1997/09/20 16:24:39 thomas Exp $
9+
* $Id: builtins.h,v 1.27 1997/10/09 05:07:25 thomas Exp $
1010
*
1111
* NOTES
1212
* This should normally only be included by fmgr.h.
@@ -30,11 +30,11 @@
3030
*/
3131
/* bool.c */
3232
externboolboolin(char*b);
33-
externchar*boolout(longb);
34-
externboolbooleq(int8arg1,int8arg2);
35-
externboolboolne(int8arg1,int8arg2);
36-
externboolboollt(int8arg1,int8arg2);
37-
externboolboolgt(int8arg1,int8arg2);
33+
externchar*boolout(boolb);
34+
externboolbooleq(boolarg1,boolarg2);
35+
externboolboolne(boolarg1,boolarg2);
36+
externboolboollt(boolarg1,boolarg2);
37+
externboolboolgt(boolarg1,boolarg2);
3838

3939
/* char.c */
4040
externint32charin(char*ch);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp