A few minor fixes
FossilOrigin-Name: 4391eeb53583c55fc48bc91289308057d936c6e52807e1f080c70a0c6c064079
This commit is contained in:
parent
f84e7f7c72
commit
ea315c4a21
3 changed files with 35 additions and 33 deletions
|
@ -187,6 +187,8 @@ struct pool {
|
|||
void allocnext(size_t allocsize);
|
||||
};
|
||||
|
||||
pool *gp();
|
||||
|
||||
template <class T> struct vector {
|
||||
T *buf;
|
||||
int alen;
|
||||
|
@ -376,7 +378,6 @@ template <class T> struct hashtable {
|
|||
b; \
|
||||
}
|
||||
|
||||
pool *gp();
|
||||
inline char *
|
||||
newstring(char *s)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue