VirtualBox

Changeset 937 in kBuild for trunk/src/gmakenew/read.c


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

Implemented the prepend assignment operator '<='.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmakenew/read.c

    r922 r937  
    28962896     w_dcolon       A double-colon
    28972897     w_semicolon    A semicolon
    2898      w_varassign    A variable assignment operator (=, :=, +=, or ?=)
     2898     w_varassign    A variable assignment operator (=, :=, +=, >=, or ?=)
    28992899
    29002900   Note that this function is only used when reading certain parts of the
     
    29472947    case '+':
    29482948    case '?':
     2949#ifdef CONFIG_WITH_PREPEND_ASSIGNMENT
     2950    case '>':
     2951#endif
    29492952      if (*p == '=')
    29502953        {
     
    30283031        case '?':
    30293032        case '+':
     3033#ifdef CONFIG_WITH_PREPEND_ASSIGNMENT
     3034        case '>':
     3035#endif
    30303036          if (*p == '=')
    30313037            goto done_word;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette