get rid of debugger message.
This commit is contained in:
parent
1ec498d720
commit
637f5420aa
@ -416,7 +416,6 @@ YAP_parse_yap_arguments(int argc, char *argv[], YAP_init_args *iap)
|
|||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
case 'P':
|
case 'P':
|
||||||
YAP_SetOutputMessage();
|
YAP_SetOutputMessage();
|
||||||
output_msg = TRUE;
|
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case 'L':
|
case 'L':
|
||||||
|
@ -62,10 +62,6 @@
|
|||||||
static void do_top_goal(YAP_Term Goal);
|
static void do_top_goal(YAP_Term Goal);
|
||||||
static void exec_top_level(int BootMode, YAP_init_args *iap);
|
static void exec_top_level(int BootMode, YAP_init_args *iap);
|
||||||
|
|
||||||
#ifdef DEBUG
|
|
||||||
static int output_msg;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef lint
|
#ifdef lint
|
||||||
/* VARARGS1 */
|
/* VARARGS1 */
|
||||||
#endif
|
#endif
|
||||||
@ -85,10 +81,6 @@ myputc (int ch)
|
|||||||
static void
|
static void
|
||||||
do_top_goal (YAP_Term Goal)
|
do_top_goal (YAP_Term Goal)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
|
||||||
if (output_msg)
|
|
||||||
fprintf(stderr,"Entering absmi\n");
|
|
||||||
#endif
|
|
||||||
YAP_RunGoalOnce(Goal);
|
YAP_RunGoalOnce(Goal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user