use external modules.

This commit is contained in:
Vítor Santos Costa
2011-03-15 16:22:56 +00:00
parent 2a76f86785
commit 6b5046bb8c
525 changed files with 26 additions and 122497 deletions

View File

@@ -765,7 +765,8 @@ X_API int PL_warning(const char *msg, ...);
*/
#define PL_FIRST_CALL (0)
#define PL_CUTTED (1)
#define PL_CUTTED (1) /* deprecated */
#define PL_PRUNED (1)
#define PL_REDO (2)
#define PL_retry(n) return _PL_retry(n)