Changeset 3573 for trunk/src/kash/eval.c


Ignore:
Timestamp:
Dec 14, 2022, 10:17:38 AM (3 years ago)
Author:
bird
Message:

kash: addressed some pedantic warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/eval.c

    r3477 r3573  
    10681068}
    10691069
     1070#ifdef KASH_USE_FORKSHELL2
    10701071/* Copies data in the argument structure from parent to child. */
    10711072static void evalcommand_setup_child(shinstance *pshchild, shinstance *pshparent, void *argp)
     
    11161117                args->cmdentry.u.func = copyparsetree(pshchild, args->cmdentry.u.func); /** @todo isn't this duplicated already? */
    11171118}
     1119#endif /* KASH_USE_FORKSHELL2 */
    11181120
    11191121/*
Note: See TracChangeset for help on using the changeset viewer.