more fixes to PLStream

This commit is contained in:
Costa Vitor
2009-06-01 16:56:00 -05:00
parent 4a823a5065
commit edfcfe9ddc
3 changed files with 6 additions and 2 deletions

View File

@@ -185,7 +185,7 @@ valHandle(term_t tt)
#endif /* __YAP_PROLOG__ */
#if IN_PL_OS_C
static int
stripostfix(const char *s, const char *e)
{ size_t ls = strlen(s);
@@ -196,6 +196,6 @@ stripostfix(const char *s, const char *e)
return FALSE;
}
#endif
#endif /* PL_YAP_H */