bibclean (2.11.4-7) longflds.h

Summary

 longflds.h |    5 +++++
 1 file changed, 5 insertions(+)

    
download this patch

Patch contents

--- bibclean-2.11.4.orig/longflds.h
+++ bibclean-2.11.4/longflds.h
@@ -0,0 +1,5 @@
+struct long_field_struct {
+  struct long_field_struct *next ;
+  char fieldname[0];
+} ;
+extern struct long_field_struct *long_fields;