[Toybox] [PATCH] A "dc" implementation

Rob Landley rob at landley.net
Mon Sep 25 05:47:50 PDT 2023


On 9/20/23 01:41, Oliver Webb via Toybox wrote:
> I have made a implementation of the 'dc' command in toybox

I thought about adding this to pending anyway (which is not a promise to
eventually merge it), but it didn't build with gcc 8.3:

toys/pending/dc.c:193:4: error: a label can only be part of a statement and a
declaration is not a statement
    int i = TT.stacki;

Rob


More information about the Toybox mailing list