X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/91228447d7a10faa85cdc19c9254477a8f4cb78f..542541d1a0bc907fd8221f290f7f608bfb05ee48:/usr/src/cmd/bc.y diff --git a/usr/src/cmd/bc.y b/usr/src/cmd/bc.y index e4dc51aeab..1e50fc51e1 100644 --- a/usr/src/cmd/bc.y +++ b/usr/src/cmd/bc.y @@ -290,7 +290,7 @@ constant: CRS : ={ $$ = cp; *cp++ = crs++; *cp++ = '\0'; - if(crs == '[')crs=+3; + if(crs == '[')crs+=3; if(crs == 'a')crs='{'; if(crs >= 0241){yyerror("program too big"); getout(); @@ -463,7 +463,7 @@ loop: int b_space [ b_sp_max ]; int * b_sp_nxt = { b_space }; -int bdebug = 0; +int bdebug = 0; bundle(a){ int i, *p, *q;