added rcsid
authorsater <none@none>
Thu, 17 May 1984 14:13:06 +0000 (14:13 +0000)
committersater <none@none>
Thu, 17 May 1984 14:13:06 +0000 (14:13 +0000)
added field to remember ms_gto

util/opt/proinf.h

index 4ab6851..0813fef 100644 (file)
@@ -1,3 +1,5 @@
+/* $Header$ */
+
 struct num {
        num_p   n_next;
        unsigned n_number;
@@ -27,6 +29,7 @@ typedef struct proinf {
        line_p  lastline;
        sym_p   symbol;
        reg_p   freg;
+       bool    gtoproc;
        num_p   numhash[NNUMHASH];
 } proinf;