misplaced #endif declaration

This commit is contained in:
Ricardo Rocha 2010-04-03 06:31:34 +01:00
parent 52a2b49263
commit b3e2c562a2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */