| commit | 07877ca68066593473fbe29dd309dcdc61b6d629 | [log] [download] |
|---|---|---|
| author | Darren Tucker <dtucker@zip.com.au> | Wed Jan 24 00:07:29 2007 +1100 |
| committer | Darren Tucker <dtucker@zip.com.au> | Wed Jan 24 00:07:29 2007 +1100 |
| tree | c56aa3788d8aa6592c21173a93ff52c55966820a | |
| parent | 9f7410528945a433f9f640c67677916623f3d7cf [diff] |
- (dtucker) [openbsd-compat/bsd-snprintf.c] Static declarations for public library interfaces aren't very helpful. Fix up the DOPR_OUTCH macro so it works properly and modify its callers so that they don't pre or post decrement arguments that are conditionally evaluated. While there, put SNPRINTF_CONST back as it prevents build failures in some configurations. ok djm@ (for most of it)