Loading lib_enc/lsf_msvq_ma_enc.c +9 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,15 @@ #include "basop_proto_func.h" #include "wmc_auto.h" #ifndef swap #define swap( x, y, type ) \ { \ type u__p; \ u__p = x; \ x = y; \ y = u__p; \ } #endif /*--------------------------------------------------------------------------* * Local constants Loading Loading
lib_enc/lsf_msvq_ma_enc.c +9 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,15 @@ #include "basop_proto_func.h" #include "wmc_auto.h" #ifndef swap #define swap( x, y, type ) \ { \ type u__p; \ u__p = x; \ x = y; \ y = u__p; \ } #endif /*--------------------------------------------------------------------------* * Local constants Loading