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

Commit8ebdac0

Browse files
committed
Remove test drivers
Also fix comment in conv.c.
1 parent6bbdd7a commit8ebdac0

File tree

6 files changed

+3
-405
lines changed

6 files changed

+3
-405
lines changed

‎src/backend/utils/mb/Makefile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for utils/mb
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Makefile,v 1.16 2001/09/06 04:57:29 ishii Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/utils/mb/Makefile,v 1.17 2001/09/22 08:44:47 ishii Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -19,17 +19,6 @@ all: SUBSYS.o
1919
SUBSYS.o:$(OBJS)
2020
$(LD)$(LDREL)$(LDOUT) SUBSYS.o$(OBJS)
2121

22-
utftest.o: utftest.c conv.c wchar.c mbutils.c
23-
24-
sjistest: sjistest.o palloc.o encnames.o mbutils.o wchar.o wstrcmp.o wstrncmp.o big5.o
25-
$(CC)$(CFLAGS)$(LDFLAGS)$^$(LIBS) -o$@
26-
27-
liketest: liketest.o palloc.o$(OBJS)
28-
$(CC)$(CFLAGS)$(LDFLAGS)$^$(LIBS) -o$@
29-
30-
utftest: utftest.o palloc.o encnames.o wstrcmp.o wstrncmp.o big5.o
31-
$(CC)$(CFLAGS)$(LDFLAGS)$^$(LIBS) -o$@
32-
3322
dependdep:
3423
$(CC) -MM$(CFLAGS)*.c>depend
3524

‎src/backend/utils/mb/conv.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* WIN1250 client encoding support contributed by Pavel Behal
77
* SJIS UDC (NEC selection IBM kanji) support contributed by Eiji Tokuya
88
*
9-
* $Id: conv.c,v 1.28 2001/09/11 04:50:36 ishii Exp $
9+
* $Id: conv.c,v 1.29 2001/09/22 08:44:48 ishii Exp $
1010
*
1111
*
1212
*/
@@ -63,8 +63,7 @@
6363

6464
/*
6565
* convert bogus chars that cannot be represented in the current
66-
encoding
67-
* system.
66+
* encoding system.
6867
*/
6968
staticvoid
7069
printBogusChar(unsignedchar**mic,unsignedchar**p)

‎src/backend/utils/mb/liketest.c

Lines changed: 0 additions & 271 deletions
This file was deleted.

‎src/backend/utils/mb/palloc.c

Lines changed: 0 additions & 25 deletions
This file was deleted.

‎src/backend/utils/mb/sjistest.c

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp