Commit 21ce1f1
Use standard Autoconf macro to detect 'long long' availability and remove now-unused CUPS_LL{CAST, FMT} macros
Using Autoconf's shipped macros is good practice and aids static analysis; quick web searching suggests AC_TYPE_LONG_LONG_INT has been part of Autoconf proper for a very long time.
This Autoconf macro refers to the type as 'long long int', and this isn't objectionable, so change our couple of sources to do the same to match.
'long long' has been mandatory standard since C99 (and hence POSIX.1-2001). In all likelihood this cruft can be dropped altogether, but I'll leave that for another day.1 parent 0b266ea commit 21ce1f1
3 files changed
+5
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 26 | | |
35 | 27 | | |
36 | 28 | | |
| |||
242 | 234 | | |
243 | 235 | | |
244 | 236 | | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
| 237 | + | |
249 | 238 | | |
250 | 239 | | |
251 | 240 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
| 488 | + | |
489 | 489 | | |
490 | 490 | | |
491 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2279 | 2279 | | |
2280 | 2280 | | |
2281 | 2281 | | |
2282 | | - | |
| 2282 | + | |
2283 | 2283 | | |
2284 | 2284 | | |
2285 | 2285 | | |
2286 | | - | |
| 2286 | + | |
2287 | 2287 | | |
2288 | 2288 | | |
2289 | 2289 | | |
| |||
0 commit comments