|
1 | 1 |
|
2 | 2 | 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. |
4 | 4 |
|
5 | 5 | ---------------------------------------------------------------------------
|
6 | 6 |
|
@@ -32,26 +32,6 @@ to 1000. The second patch allows it to understand 0x7fU and 0LL constants.
|
32 | 32 | *e_token++ = *buf_ptr++;
|
33 | 33 | }
|
34 | 34 | 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 */ |
55 | 35 | --- 186,203 ----
|
56 | 36 | *e_token++ = *buf_ptr++;
|
57 | 37 | }
|
|