Work around compiler warnings. Add .hgignore.
catseye
9 years ago
70 | 70 | |
71 | 71 | sym = node_name(sc, gstab, SYM_LOOKUP_DEFINE); |
72 | 72 | n = node_lit(sc, sym); |
73 | n = n; | |
73 | 74 | |
74 | 75 | return(sym); |
75 | 76 | } |
135 | 136 | } |
136 | 137 | } |
137 | 138 | scan_expect(sc, "}"); |
138 | ||
139 | rs = rs; | |
140 | ||
139 | 141 | return(n); |
140 | 142 | } |
141 | 143 | |
169 | 171 | } else { |
170 | 172 | scan_error(sc, "Expected identifier, `^', or `{'"); |
171 | 173 | } |
174 | dest = dest; | |
172 | 175 | return(sym); |
173 | 176 | } |
174 | 177 |