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 | 7f4b081c5cb13572f0d2b79ea38acd565a628f59 (patch) | |
tree | 86074d487d34184f3b0f2f95868d564f05c4baf2 /utils | |
parent | 58977de378970d1d2c993c4eb00cb5ed0d74a83f (diff) |
fsa notes
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@638 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'utils')
-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 |