Details
Diff Detail
Event Timeline
| lib/builtins/comparedf2.c | ||
|---|---|---|
| 83 | These files only have // comments, and there are a bunch of other ones that are similar. | |
| lib/builtins/comparedf2.c | ||
|---|---|---|
| 83 | Okay, seems fair enough | |
| lib/builtins/int_lib.h | ||
|---|---|---|
| 23 | What's in darwin case? Shall we define these aliases there as well? | |
| lib/builtins/int_lib.h | ||
|---|---|---|
| 23 | This will be defined for everything that includes int_lib.h | |
| lib/builtins/int_lib.h | ||
|---|---|---|
| 23 | Sorry, misread your comment. I'm not sure what should happen in darwin. | |
| lib/builtins/int_lib.h | ||
|---|---|---|
| 23 | Darwin did at one point use libgcc, so I don't think that this would be problematic. Do you have some reason to believe it would be? We could easily conditionalise the aliases if that is the case. | |
Use /* */, since I don't believe we are forcing C99. Similar throughout.