more alloca fixes

This commit is contained in:
leitner
2004-01-06 23:35:06 +00:00
parent 60d00ede11
commit f52aa87441
15 changed files with 23 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
#include <string.h>
#include "buffer.h"
#include "textcode.h"
#include "havealloca.h"
void urlencode(const char* c) {
char* buf=alloca(strlen(c)*3+1);