stepcode/include
Mark Pictor c4bc306e07 Replace LISTadd macro with LISTadd_last
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
2013-09-04 21:49:31 -04:00
..
exppp int -> const int for 3 exppp globals 2013-09-04 21:49:31 -04:00
express Replace LISTadd macro with LISTadd_last 2013-09-04 21:49:31 -04:00
CMakeLists.txt Use SC_BINARY_DIR for generating and installing files 2013-09-01 16:53:38 -04:00
ordered_attrs.h Export the orderedAttrs functions for Windows 2013-08-26 22:19:11 -04:00
sc_cf_cmake.h.in missed two macros during SCL_->SC_ rename 2013-07-20 20:35:36 -04:00
sc_export.h replace all references to SCL with SC in CMake files and code 2013-04-14 14:49:53 -04:00
sc_stdbool.h replace all references to SCL with SC in CMake files and code 2013-04-14 14:49:53 -04:00