Skip to content

Commit c8bc4a4

Browse files
committed
Add new pgindent directory and diff file.
1 parent ba247bd commit c8bc4a4

File tree

2 files changed

+843
-0
lines changed

2 files changed

+843
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
This increases the number of typedef's understood by BSD indent from 100
3+
to 1000.
4+
5+
*** ./lexi.c.orig Mon Sep 8 17:55:47 1997
6+
--- ./lexi.c Mon Sep 8 17:02:10 1997
7+
***************
8+
*** 58,64 ****
9+
int rwcode;
10+
};
11+
12+
! struct templ specials[100] =
13+
{
14+
"switch", 1,
15+
"case", 2,
16+
--- 58,64 ----
17+
int rwcode;
18+
};
19+
20+
! struct templ specials[1000] =
21+
{
22+
"switch", 1,
23+
"case", 2,

0 commit comments

Comments
 (0)