Project

General

Profile

« Previous | Next » 

Revision 1340195e

Added by jeremyevans (Jeremy Evans) over 2 years ago

Reduce duplication in pack by sharing code for some cases

s/S, i/I, l/L, and q/Q had the same code in both cases, so
combine the cases.

Alternatively, we could actually the size of the unsigned type,
but I doubt there are any platforms where the unsigned type is
a different size than the signed type.