[bc] Fix a "maybe uninitialized" compiler warning under mips-gcc-6.3.0.
authorAdrian Chadd <adrian@FreeBSD.org>
Tue, 14 Jul 2020 05:02:18 +0000 (05:02 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Tue, 14 Jul 2020 05:02:18 +0000 (05:02 +0000)
commit14679cb2f3678c1bb7406e8e99fba5da2bb750b8
treed03a4fe79a3464337110d6973177647d6d81afbc
parent85c904857339abef41d2293ac99280a501626750
[bc] Fix a "maybe uninitialized" compiler warning under mips-gcc-6.3.0.

I guess this didn't like the case statements.. ? But this does quieten
the compiler error.
contrib/bc/src/program.c