Changeset 3569 for trunk/src/kash/var.h


Ignore:
Timestamp:
Jul 9, 2022, 3:26:29 PM (3 years ago)
Author:
bird
Message:

kash: Some variable handling fixes that showed up when using 'local' on stuff in a shell function (RemoveDirFromPath in vbox' tools/env.sh).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kash/var.h

    r3438 r3569  
    5151#define VNOFUNC         0x40    /* don't call the callback function */
    5252#define VNOSET          0x80    /* do not set variable - just readonly test */
     53#define VSTRFIXED2      0x4000  /* variable struct is in the shinstance, cannot be freed. (VSTRFIXED is mixed up in local vars) */
    5354#ifdef PC_OS2_LIBPATHS
    5455#define VOS2LIBPATH     0x8000  /* OS/2 LIBPATH related variable. */
Note: See TracChangeset for help on using the changeset viewer.