add doc StringBuf to package record for per-package doc stuff
authorroot <devnull@localhost>
Fri, 23 Feb 1996 02:21:26 +0000 (02:21 +0000)
committerroot <devnull@localhost>
Fri, 23 Feb 1996 02:21:26 +0000 (02:21 +0000)
CVS patchset: 406
CVS date: 1996/02/23 02:21:26

build/specP.h

index c1237d1..62f0061 100644 (file)
@@ -39,6 +39,7 @@ struct PackageRec {
     char *icon;
     int files;       /* If -1, package has no files, and won't be written */
     StringBuf filelist;
+    StringBuf doc;   /* Used to buffer up %doc lines until fully parsed */
     struct PackageRec *next;
 };