update manual, changelog

This commit is contained in:
grischka
2008-03-31 19:50:58 +00:00
parent a327c7a552
commit f22e961f80
5 changed files with 27 additions and 15 deletions

2
tcc.c
View File

@ -1035,6 +1035,7 @@ static char *pstrcat(char *buf, int buf_size, const char *s)
return buf;
}
#ifndef LIBTCC
static int strstart(const char *str, const char *val, const char **ptr)
{
const char *p, *q;
@ -1050,6 +1051,7 @@ static int strstart(const char *str, const char *val, const char **ptr)
*ptr = p;
return 1;
}
#endif
/* extract the basename of a file */
static char *tcc_basename(const char *name)