fix debugging-left-over

This commit is contained in:
Vitor Santos Costa
2014-09-17 16:55:19 -05:00
parent 00d87ca661
commit 6b0d99e2fe
6 changed files with 25699 additions and 4556 deletions

View File

@@ -149,8 +149,8 @@ typedef unsigned long uintptr_t;
#endif
#ifndef PL_HAVE_TERM_T
#define PL_HAVE_TERM_T
typedef intptr_t term_t;
#define PL_HAVE_TERM_Temacs
typedef uintptr_t term_t;
#endif
typedef struct mod_entry *module_t;
typedef struct DB_STRUCT *record_t;