Ignore:
Timestamp:
Mar 29, 2008, 2:00:55 AM (17 years ago)
Author:
bird
Message:

local variables requires more space for storing the origin value in the variable struct...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/variable.h

    r1408 r1437  
    8585      flavor ENUM_BITFIELD (3); /* Variable flavor.  */
    8686    enum variable_origin
     87#ifdef CONFIG_WITH_LOCAL_VARIABLES
     88      origin ENUM_BITFIELD (4); /* Variable origin.  */
     89#else
    8790      origin ENUM_BITFIELD (3); /* Variable origin.  */
     91#endif
    8892    enum variable_export
    8993      {
Note: See TracChangeset for help on using the changeset viewer.