rename YAPOR files in OPTYAP

This commit is contained in:
Joao
2011-03-31 14:50:47 +01:00
parent 662658986a
commit 27d3399768
10 changed files with 18 additions and 18 deletions

View File

@@ -827,7 +827,7 @@ inline EXTERN Int IntegerOfTerm(Term t)
/*************** unification routines ***********************************/
#if YAPOR_SBA
#include "or.sbaamiops.h"
#include "or.sba_amiops.h"
#else
#include "amiops.h"
#endif
@@ -1048,6 +1048,6 @@ extern int snoozing;
#endif /* YAPOR || TABLING */
#if YAPOR_SBA
#include "or.sbaunify.h"
#include "or.sba_unify.h"
#endif