Add a vparamval field to Nameblock struct -- fix up klugy sharing between
authorDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 11 Jan 1986 08:43:23 +0000 (00:43 -0800)
committerDonn Seeley <donn@ucbvax.Berkeley.EDU>
Sat, 11 Jan 1986 08:43:23 +0000 (00:43 -0800)
Paramblock and Nameblock structs.

SCCS-vsn: usr.bin/f77/pass1.vax/defs.h 5.3

usr/src/usr.bin/f77/pass1.vax/defs.h

index 06f437f..2b98858 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)defs.h      5.2 (Berkeley) %G%
+ *     @(#)defs.h      5.3 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
  * University of Utah CS Dept modification history:
  *
  * $Log:       defs.h,v $
  * University of Utah CS Dept modification history:
  *
  * $Log:       defs.h,v $
+ * Revision 5.5  86/01/10  17:11:11  donn
+ * Add a vparamval field to Nameblock struct -- fix up klugy sharing between
+ * Paramblock and Nameblock structs.
+ * 
+ * Revision 5.4  85/11/25  00:23:47  donn
+ * 4.3 beta
+ * 
  * Revision 5.3  85/08/10  06:31:09  donn
  * Added missing definition for intrconv().
  * 
  * Revision 5.3  85/08/10  06:31:09  donn
  * Added missing definition for intrconv().
  * 
@@ -309,6 +316,7 @@ struct Nameblock
        field vstg;
        expptr vleng;
        char varname[VL];
        field vstg;
        expptr vleng;
        char varname[VL];
+       expptr vparamval;
        unsigned vdovar:1;
        unsigned vdcldone:1;
        unsigned vadjdim:1;
        unsigned vdovar:1;
        unsigned vdcldone:1;
        unsigned vadjdim:1;