Attention is currently required from: fixeria.
1 comment:
Patchset:
(I prefer enums instead of preproc constants, because then you can indicate in function args exactly which kind of int you expect ... i replaced a lot of plain ints with enums in the gsm code over the years, e.g. where args were just "int cause" but we have many different sets of cause values in GSM. It's unusual for enums to have calculations like that, but if it can be an enum it could serve code clarity. my twopence)
To view, visit change 31669. To unsubscribe, or for help writing mail filters, visit settings.