Ignore:
Timestamp:
Mar 17, 2008, 11:21:36 PM (17 years ago)
Author:
bird
Message:

Implemented local variable definitions - CONFIG_WITH_LOCAL_VARIABLES.

File:
1 edited

Legend:

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

    r937 r1408  
    2525    o_default,          /* Variable from the default set.  */
    2626    o_env,              /* Variable from environment.  */
     27#ifdef CONFIG_WITH_LOCAL_VARIABLES /** @todo Correct priority? */
     28    o_local,            /* Variable from an 'local' directive.  */
     29#endif
    2730    o_file,             /* Variable given in a makefile.  */
    2831    o_env_override,     /* Variable from environment, if -e.  */
Note: See TracChangeset for help on using the changeset viewer.