Changeset 937 in kBuild for trunk/src/gmakenew/read.c
- Timestamp:
- May 26, 2007 6:43:44 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmakenew/read.c
r922 r937 2896 2896 w_dcolon A double-colon 2897 2897 w_semicolon A semicolon 2898 w_varassign A variable assignment operator (=, :=, +=, or ?=)2898 w_varassign A variable assignment operator (=, :=, +=, >=, or ?=) 2899 2899 2900 2900 Note that this function is only used when reading certain parts of the … … 2947 2947 case '+': 2948 2948 case '?': 2949 #ifdef CONFIG_WITH_PREPEND_ASSIGNMENT 2950 case '>': 2951 #endif 2949 2952 if (*p == '=') 2950 2953 { … … 3028 3031 case '?': 3029 3032 case '+': 3033 #ifdef CONFIG_WITH_PREPEND_ASSIGNMENT 3034 case '>': 3035 #endif 3030 3036 if (*p == '=') 3031 3037 goto done_word;
Note:
See TracChangeset
for help on using the changeset viewer.