Ignore:
Timestamp:
May 26, 2007, 8:43:44 PM (18 years ago)
Author:
bird
Message:

Implemented the prepend assignment operator '<='.

File:
1 edited

Legend:

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

    r916 r937  
    3939    f_recursive,        /* Recursive definition (=) */
    4040    f_append,           /* Appending definition (+=) */
     41#ifdef CONFIG_WITH_PREPEND_ASSIGNMENT
     42    f_prepend,          /* Prepending definition (>=) */
     43#endif
    4144    f_conditional       /* Conditional definition (?=) */
    4245  };
Note: See TracChangeset for help on using the changeset viewer.