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

Commited3b2e6

Browse files
committed
Have BCC echo output "" using "", rather than \"\" as earlier reported.
Backpatch to 8.1.X.
1 parent491a8c2 commited3b2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/interfaces/libpq/bcc32.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ config: ..\..\include\pg_config.h pg_config_paths.h
141141

142142
# Have to use \# so # isn't treated as a comment, but MSVC doesn't like this
143143
pg_config_paths.h: bcc32.mak
144-
echo\#define SYSCONFDIR\"\"> pg_config_paths.h
144+
echo\#define SYSCONFDIR""> pg_config_paths.h
145145

146146
"$(OUTDIR)" :
147147
@if not exist"$(OUTDIR)/$(NULL)" mkdir"$(OUTDIR)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp