Optional register property in stacking rules must be -1 when absent.
authorsater <none@none>
Thu, 10 Jan 1985 16:30:09 +0000 (16:30 +0000)
committersater <none@none>
Thu, 10 Jan 1985 16:30:09 +0000 (16:30 +0000)
Fixed this.

util/ncgg/cgg.y

index 37ece48..34af468 100644 (file)
@@ -525,7 +525,7 @@ stackdeflist_el
        ;
 optuses
        : /* empty */
-               { $$ = 0; nallreg=0;}
+               { $$ = -1; nallreg=0;}
        | USES propno
                { $$ = $2; nallreg = 1; allreg[0] = $2; }
        ;