MYDDAS: Top Level Functionality

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1535 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
tiagosoares
2006-02-05 02:26:35 +00:00
parent 8012773ae1
commit 8b5e4a267c
3 changed files with 6 additions and 13 deletions

View File

@@ -11,8 +11,11 @@
* File: stdpreds.c *
* comments: General-purpose C implemented system predicates *
* *
* Last rev: $Date: 2006-02-05 02:17:54 $,$Author: tiagosoares $ *
* Last rev: $Date: 2006-02-05 02:26:35 $,$Author: tiagosoares $ *
* $Log: not supported by cvs2svn $
* Revision 1.99 2006/02/05 02:17:54 tiagosoares
* MYDDAS: Top Level Functionality
*
* Revision 1.98 2005/12/17 03:25:39 vsc
* major changes to support online event-based profiling
* improve error discovery and restart on scanner.
@@ -2856,9 +2859,6 @@ Yap_InitBackCPreds(void)
#if defined CUT_C && (defined MYDDAS_ODBC || defined MYDDAS_MYSQL)
Yap_InitBackMYDDAS_SharedPreds();
#endif
#if defined CUT_C && (defined MYDDAS_ODBC || defined MYDDAS_MYSQL)
Yap_InitBackMYDDAS_testPreds();
#endif
}
typedef void (*Proc)(void);
@@ -2970,9 +2970,6 @@ Yap_InitCPreds(void)
#endif
#if defined MYDDAS_TOP_LEVEL && defined MYDDAS_MYSQL // && defined HAVE_LIBREADLINE
Yap_InitMYDDAS_TopLevelPreds();
#endif
#if defined CUT_C && (defined MYDDAS_ODBC || defined MYDDAS_MYSQL)
Yap_InitMYDDAS_testPreds();
#endif
Yap_InitUserCPreds();
Yap_InitUtilCPreds();