| Commit | Date | |
|---|---|---|
| 2009-08-10 20:58:06 | Tree | |
|
[r2375]
by
sumolx
environ.sh and makefile are now more generic. This way compiling on other distributions should now be easier. |
2009-08-10 20:52:19 | Tree |
| 2009-08-03 02:04:33 | Tree | |
|
[r2373]
by
sumolx
Previous versions of CPP implemented the comma-deletion extension much more generally. We have restricted it in this release to minimize the differences from C99. To get the same effect with both this and previous versions of GCC, the token preceding the special `##' must be a comma, and there must be white space between that comma and whatever comes immediately before it: #define eprintf(format, args...) fprintf (stderr, format , ##args) |
2009-08-03 00:56:01 | Tree |
| 2009-08-02 06:25:56 | Tree | |
| 2009-08-02 06:15:11 | Tree | |
| 2009-08-02 05:01:43 | Tree | |
| 2009-08-02 05:01:15 | Tree | |
| 2009-07-30 02:04:06 | Tree | |
| 2009-07-29 00:53:40 | Tree |