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

Commit3257b0e

Browse files
committed
egcs thinks omitting the return type in a function declaration
is poor coding style. I agree.
1 parentd4d297a commit3257b0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/interfaces/libpgtcl/pgtclId.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* Copyright (c) 1994, Regents of the University of California
1111
*
12-
* $Id: pgtclId.h,v 1.12 1999/05/2522:43:47 momjian Exp $
12+
* $Id: pgtclId.h,v 1.13 1999/05/30 15:22:34 tgl Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -35,9 +35,9 @@ extern void PgSetConnectionId(Tcl_Interp *interp, PGconn *conn);
3535

3636
externPGconn*PgGetConnectionId(Tcl_Interp*interp,char*id,
3737
Pg_ConnectionId**);
38-
externPgDelConnectionId(DRIVER_DEL_PROTO);
38+
externintPgDelConnectionId(DRIVER_DEL_PROTO);
3939
externintPgOutputProc(DRIVER_OUTPUT_PROTO);
40-
externPgInputProc(DRIVER_INPUT_PROTO);
40+
externintPgInputProc(DRIVER_INPUT_PROTO);
4141
externintPgSetResultId(Tcl_Interp*interp,char*connid,PGresult*res);
4242
externPGresult*PgGetResultId(Tcl_Interp*interp,char*id);
4343
externvoidPgDelResultId(Tcl_Interp*interp,char*id);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp