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

Commit5840db2

Browse files
committed
Add back incremental patch for BSD indent.
1 parent7e13743 commit5840db2

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,27 @@ to 1000. The second patch allows it to understand 0x7fU and 0LL constants.
2424
"switch", 1,
2525
"case", 2,
2626

27+
*** ./lexi.c.origWed May 26 10:50:54 1999
28+
--- ./lexi.cWed May 26 10:51:08 1999
29+
***************
30+
*** 186,192 ****
31+
*e_token++ = *buf_ptr++;
32+
}
33+
}
34+
! if (*buf_ptr == 'L' || *buf_ptr == 'l')
35+
*e_token++ = *buf_ptr++;
36+
}
37+
else
38+
--- 186,193 ----
39+
*e_token++ = *buf_ptr++;
40+
}
41+
}
42+
! if (*buf_ptr == 'L' || *buf_ptr == 'U' ||
43+
! *buf_ptr == 'l' || *buf_ptr == 'u')
44+
*e_token++ = *buf_ptr++;
45+
}
46+
else
47+
2748
*** ./lexi.c.origWed Apr 18 17:15:17 2001
2849
--- ./lexi.cMon Sep 3 19:05:17 2001
2950
***************

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp