Commit 107850fc authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Instrumentation build

parent edfd3673
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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