A few minor fixes

FossilOrigin-Name: 4391eeb53583c55fc48bc91289308057d936c6e52807e1f080c70a0c6c064079
This commit is contained in:
Jonathan Schleifer 2024-07-20 16:45:18 +00:00
parent f84e7f7c72
commit ea315c4a21
3 changed files with 35 additions and 33 deletions

View file

@ -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)
{