No clue why the macro was used:
#define LISTadd(list, item) LISTadd_last(list, item)
substitution via
for i in `grep -lr LISTadd[^_]`; do sed -i -e 's/LISTadd\([^_]\)/LISTadd_last\1/;' $i; done
|
||
|---|---|---|
| .. | ||
| exppp | ||
| express | ||
| CMakeLists.txt | ||
| ordered_attrs.h | ||
| sc_cf_cmake.h.in | ||
| sc_export.h | ||
| sc_stdbool.h | ||