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

Commit8358302

Browse files
committed
This patch fixes minor bugs in dictionary generator in contrib/tsearch
(contrib/tsearch/makedict/makedict.pl)[ Backpatched to 7.3.]Teodor Sigaev
1 parente60b5d5 commit8358302

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎contrib/tsearch/makedict/makedict.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use locale;
55

66
my%opt;
7-
getopts('l:he:s:ap:om:f', \%opt);
7+
getopts('l:he:s:ap:o:m:f', \%opt);
88

99
if ($opt{h} || ! ($opt{e}||$opt{s}) || !$opt{l} ) {
1010
print<<EOT;
@@ -94,6 +94,8 @@
9494
*/
9595
9696
#ifdef DICT_BODY
97+
#include <ctype.h>
98+
9799
typedef struct {
98100
uint8val;
99101
uint8flag;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp