This commit is contained in:
Vitor Santos Costa
2018-06-18 12:16:36 +01:00
parent d5b96ef518
commit 18c74933af
44 changed files with 931 additions and 975 deletions

View File

@@ -12,7 +12,7 @@
#endif
#if defined(TABLING) || defined(YAPOR_SBA)
typedef struct trail_frame {
typedef struct trail_frame {
Term term;
CELL value;
} *tr_fr_ptr;