make sure we do trim_trail whenever we mess with B!

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2258 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2008-06-04 14:47:18 +00:00
parent 08422c967a
commit 175a0ba6dd
8 changed files with 204 additions and 183 deletions

View File

@@ -680,3 +680,8 @@ Yap_InitAbsmi(void)
#endif
}
void
Yap_TrimTrail(void)
{
#include "trim_trail.h"
}