run GNU protoize

protect header files
nuke some dead code
regenerate configure script
let silly code die
This commit is contained in:
tg
2004-10-28 11:53:44 +00:00
parent dc7da8ddbf
commit b2de14e57c
46 changed files with 1024 additions and 1991 deletions

View File

@ -1,6 +1,9 @@
/** $MirBSD: expand.h,v 1.5 2004/10/28 11:11:18 tg Exp $ */
/** $MirBSD: expand.h,v 1.6 2004/10/28 11:53:41 tg Exp $ */
/* $OpenBSD: expand.h,v 1.3 2001/03/26 16:19:45 todd Exp $ */
#ifndef EXPAND_H
#define EXPAND_H
/*
* Expanding strings
*/
@ -106,3 +109,5 @@ typedef struct XPtrV {
sizeofN(void*, XPsize(x)), ATEMP)
#define XPfree(x) afree((void*) (x).beg, ATEMP)
#endif /* ndef EXPAND_H */