X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=action.h;h=5ec109883118af17cc3abf860594d58383ab0909;hb=ac8e176cd4a8756244c12dbbcaf961d27bfc8a74;hp=a246123c259d002d04eb14b1b0a4d63048e12fb6;hpb=7d97490a3d445eedb6073b5b00ee60604755f9a0;p=model-checker.git diff --git a/action.h b/action.h index a246123..5ec1098 100644 --- a/action.h +++ b/action.h @@ -24,12 +24,10 @@ using std::memory_order_acq_rel; using std::memory_order_seq_cst; /** Note that this value can be legitimately used by a program, and - hence by iteself does not indicate no value. */ - + * hence by iteself does not indicate no value. */ #define VALUE_NONE 0xdeadbeef /** A special value to represent a successful trylock */ - #define VALUE_TRYSUCCESS 1 /** A special value to represent a failed trylock */