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

Commit09f185a

Browse files
committed
Fix missing prototype psql warning.
1 parent78bc83f commit09f185a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ static char * complete_from_list(char *text, int state);
6565

6666
staticPGresult*exec_query(char*query);
6767
char*quote_file_name(char*text,intmatch_type,char*quote_pointer);
68-
//char * dequote_file_name(char *text, char quote_char);
68+
//staticchar * dequote_file_name(char *text, char quote_char);
6969
staticchar*previous_word(intpoint,intskip);
7070

7171
/* These variables are used to pass information into the completion functions.
@@ -793,7 +793,8 @@ char * quote_file_name(char *text, int match_type, char * quote_pointer)
793793
}
794794

795795

796-
char*dequote_file_name(char*text,charquote_char)
796+
#ifdefNOT_USED
797+
staticchar*dequote_file_name(char*text,charquote_char)
797798
{
798799
char*s;
799800
size_tlength;
@@ -808,5 +809,6 @@ char * dequote_file_name(char *text, char quote_char)
808809

809810
returns;
810811
}
812+
#endif
811813

812814
#endif/* USE_READLINE */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp