small fixes in tries module

This commit is contained in:
Ricardo Rocha
2011-05-30 15:30:02 +01:00
parent e319b2fbf9
commit 7b1e4ca51e
2 changed files with 61 additions and 43 deletions

View File

@@ -14,8 +14,10 @@
#include "config.h"
#if SIZEOF_INT_P==4
#define TAG_LOW_BITS_32 /* 'Tags_32LowTag.h' tagging scheme */
#define SIZE_FLOAT_AS_TERM 2
#elif SIZEOF_INT_P==8
#define TAG_64BITS /* 'Tags_64bits.h' tagging scheme */
#define SIZE_FLOAT_AS_TERM 1
#else
#error Unknown tagging scheme
#endif /* YAP_SCHEME */