Ignore:
Timestamp:
Sep 17, 2006, 10:38:57 PM (19 years ago)
Author:
bird
Message:

Added kBuild specific functions for speeding up source processing.

File:
1 edited

Legend:

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

    r526 r530  
    5757    int hash2;                  /* the secondary hash */
    5858#endif
     59#ifdef CONFIG_WITH_VALUE_LENGTH
     60    int value_length;           /* The length of the value, usually unused.  */
     61#endif
    5962    char *value;                /* Variable value.  */
    6063    struct floc fileinfo;       /* Where the variable was defined.  */
Note: See TracChangeset for help on using the changeset viewer.