diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-09-01 00:05:14 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-09-01 00:05:14 +0000 |
commit | c57dda7e1e8bcc13dff508752f778c1c95c9f895 (patch) | |
tree | 3775eed1c9510541268ff4a4e25f7a9adebf7a39 /utils/d_ary_heap.h | |
parent | 89a162041f1b335d0dbb286013ccca5716e0a595 (diff) |
fsa notes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@638 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils/d_ary_heap.h')
-rw-r--r-- | utils/d_ary_heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/d_ary_heap.h b/utils/d_ary_heap.h index fea0883b..3a071772 100644 --- a/utils/d_ary_heap.h +++ b/utils/d_ary_heap.h @@ -2,7 +2,7 @@ #define D_ARY_HEAP_H #include "show.h" -#define DDARY(x) x +#define DDARY(x) #define D_ARY_PUSH_GRAEHL 0 // untested #define D_ARY_POP_GRAEHL 0 // untested |