From b3e2c562a2dbf0e77793b19195d3b9c26c1d4b54 Mon Sep 17 00:00:00 2001 From: Ricardo Rocha Date: Sat, 3 Apr 2010 06:31:34 +0100 Subject: [PATCH] misplaced #endif declaration --- OPTYap/tab.suspend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OPTYap/tab.suspend.c b/OPTYap/tab.suspend.c index 1347f005a..4daac674d 100644 --- a/OPTYap/tab.suspend.c +++ b/OPTYap/tab.suspend.c @@ -97,7 +97,6 @@ static void complete_suspension_branch(susp_fr_ptr susp_fr, choiceptr top_cp, or return; } -#endif /* TABLING && YAPOR */ @@ -427,3 +426,4 @@ void resume_suspension_frame(susp_fr_ptr resume_fr, or_fr_ptr top_or_fr) { return; } +#endif /* TABLING && YAPOR */