Changeset 1622 for trunk/src/kmk/variable.h
- Timestamp:
- May 12, 2008, 11:28:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/variable.h
r1610 r1622 25 25 o_default, /* Variable from the default set. */ 26 26 o_env, /* Variable from environment. */ 27 #ifdef CONFIG_WITH_LOCAL_VARIABLES /** @todo Correct priority? */28 o_local, /* Variable from an 'local' directive. */29 #endif30 27 o_file, /* Variable given in a makefile. */ 31 28 o_env_override, /* Variable from environment, if -e. */ 32 29 o_command, /* Variable given by user. */ 33 30 o_override, /* Variable from an `override' directive. */ 31 #ifdef CONFIG_WITH_LOCAL_VARIABLES 32 o_local, /* Variable from an 'local' directive. */ 33 #endif 34 34 o_automatic, /* Automatic variable -- cannot be set. */ 35 35 o_invalid /* Core dump time. */
Note:
See TracChangeset
for help on using the changeset viewer.