--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/gen_alloc.h Thu Nov 01 14:46:11 2007 +0100
@@ -0,0 +1,7 @@
+#ifndef GEN_ALLOC_H
+#define GEN_ALLOC_H
+
+#define GEN_ALLOC_typedef(ta,type,field,len,a) \
+ typedef struct ta { type *field; unsigned int len; unsigned int a; } ta;
+
+#endif