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

Commita7f1461

Browse files
committed
Change // to /* */
1 parent1592c31 commita7f1461

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎src/bin/psql/stringutils.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
#include<c.h>
33
#include"stringutils.h"
44

5-
//
65
#include<ctype.h>
76
#include<stdlib.h>
87
#include<string.h>
98
#include<assert.h>
10-
//
9+
1110
#include<stdio.h>
1211

1312
#include<postgres.h>

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

Lines changed: 2 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-
//static char * dequote_file_name(char *text, char quote_char);
68+
/*static char * 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.
@@ -98,7 +98,7 @@ void initialize_readline(PGconn ** conn)
9898
rl_attempted_completion_function=psql_completion;
9999

100100
rl_filename_quoting_function=quote_file_name;
101-
//rl_filename_dequoting_function = dequote_file_name;
101+
/*rl_filename_dequoting_function = dequote_file_name;*/
102102
rl_filename_quote_characters="qwertyuioplkjhgfdsazxcvbnm";
103103

104104
rl_special_prefixes="()'";

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp