Reimplement expand_number() in terms of expand_unsigned(), which takes
a pointer to uint64_t like expand_number() did before. Provide a macro
that picks the correct version based on the type of the argument.
Fixes: 2e0caa7c7e14
Differential D51723
libutil: Backward compatibility for expand_number() des on Mon, Aug 4, 5:02 PM. Authored by
Details
Reimplement expand_number() in terms of expand_unsigned(), which takes Fixes: 2e0caa7c7e14
Diff Detail
Event TimelineComment Actions Don't you need to export expand_unsigned in version def?
|