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

Commit16e4adc

Browse files
committed
Update bsd indent patch.
1 parentee84100 commit16e4adc

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

‎src/tools/pgindent/indent.bsd.patch‎

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
This increases the number of typedef's understood by BSD indent from 100
3-
to1000. The second patch allows it to understand 0x7fU and 0LL constants.
3+
to4096. The second patch allows it to understand 0x7fU and 0LL constants.
44

55
---------------------------------------------------------------------------
66

@@ -32,26 +32,6 @@ to 1000. The second patch allows it to understand 0x7fU and 0LL constants.
3232
*e_token++ = *buf_ptr++;
3333
}
3434
else
35-
--- 186,193 ----
36-
*e_token++ = *buf_ptr++;
37-
}
38-
}
39-
! if (*buf_ptr == 'L' || *buf_ptr == 'U' ||
40-
! *buf_ptr == 'l' || *buf_ptr == 'u')
41-
*e_token++ = *buf_ptr++;
42-
}
43-
else
44-
***************
45-
*** 186,194 ****
46-
*e_token++ = *buf_ptr++;
47-
}
48-
}
49-
! if (*buf_ptr == 'L' || *buf_ptr == 'U' ||
50-
! *buf_ptr == 'l' || *buf_ptr == 'u')
51-
! *e_token++ = *buf_ptr++;
52-
}
53-
else
54-
while (chartype[*buf_ptr] == alphanum) {/* copy it over */
5535
--- 186,203 ----
5636
*e_token++ = *buf_ptr++;
5737
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp