- Notifications
You must be signed in to change notification settings - Fork28
Commit1d1cf38
Thomas G. Lockhart
Fix max(int8) result by making sure int8larger() copies its result
rather than reusing the input storage.Also made the same fix to int8smaller(), though there wasn't a symptom, and went through and verified that other pass-by-reference data types do the same thing. Not an issue for the by-value types.1 parent8474600 commit1d1cf38
1 file changed
+2
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | 231 | | |
235 | | - | |
236 | 232 | | |
237 | 233 | | |
238 | 234 | | |
| |||
293 | 289 | | |
294 | 290 | | |
295 | 291 | | |
296 | | - | |
297 | 292 | | |
298 | 293 | | |
299 | | - | |
300 | | - | |
301 | 294 | | |
302 | 295 | | |
303 | 296 | | |
304 | | - | |
305 | 297 | | |
306 | 298 | | |
307 | 299 | | |
308 | | - | |
309 | | - | |
310 | 300 | | |
311 | 301 | | |
312 | 302 | | |
313 | 303 | | |
314 | 304 | | |
315 | | - | |
316 | 305 | | |
317 | 306 | | |
318 | | - | |
319 | | - | |
320 | 307 | | |
321 | 308 | | |
322 | 309 | | |
323 | | - | |
324 | 310 | | |
325 | 311 | | |
326 | 312 | | |
327 | | - | |
328 | | - | |
329 | 313 | | |
330 | 314 | | |
331 | 315 | | |
| |||
458 | 442 | | |
459 | 443 | | |
460 | 444 | | |
461 | | - | |
462 | 445 | | |
463 | 446 | | |
464 | 447 | | |
465 | 448 | | |
466 | 449 | | |
467 | 450 | | |
468 | 451 | | |
469 | | - | |
470 | | - | |
| 452 | + | |
| 453 | + | |
471 | 454 | | |
472 | 455 | | |
473 | 456 | | |
| |||
0 commit comments
Comments
(0)