fix call to trim_trail on solaris

This commit is contained in:
Costa Vitor 2009-06-15 13:51:30 -05:00
parent 503c30e947
commit 7f0a712c88

View File

@ -690,5 +690,9 @@ Yap_TrimTrail(void)
#undef setregs #undef setregs
#define setregs() #define setregs()
#endif #endif
#if SHADOW_HB
register CELL *HBREG = HB;
#endif
#include "trim_trail.h" #include "trim_trail.h"
} }