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

Commit658fca8

Browse files
committed
Fix a few portability issues, adjust error messages.
1 parent8fd5b3e commit658fca8

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

‎contrib/tsearch2/snowball/api.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#include<stdlib.h>
12

23
#include"header.h"
34

‎contrib/tsearch2/snowball/english_stem.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ static int r_prelude(struct SN_env * z) {
373373
z->c=c;
374374
break;
375375
}
376-
lab1:
377376
z->c=c;
378377
}
379378
return1;

‎contrib/tsearch2/snowball/header.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
2-
#include<limits.h>
3-
41
#include"api.h"
52

6-
#defineMAXINT INT_MAX
7-
#defineMININT INT_MIN
8-
93
#defineHEAD 2*sizeof(int)
104

115
#defineSIZE(p) ((int *)(p))[-1]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp