ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change
on this file since 02e9ae2 was
6c3744e,
checked in by Peter A. Buhr <pabuhr@…>, 10 years ago
|
add list initializer, formatting changes
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[6c3744e] | 1 | #if 1 |
---|
| 2 | //#include <aio.h> // FAILS -- includes locale.h |
---|
| 3 | #include <aliases.h> |
---|
[42dcae7] | 4 | #include <alloca.h> |
---|
[6c3744e] | 5 | #include <ansidecl.h> |
---|
| 6 | #include <ar.h> |
---|
| 7 | //#include <argp.h> // FAILS -- includes locale.h |
---|
| 8 | //#include <argz.h> // FAILS -- includes locale.h |
---|
[42dcae7] | 9 | #include <assert.h> |
---|
[6c3744e] | 10 | #include <bfd.h> // contains structure field "type" |
---|
[42dcae7] | 11 | #include <complex.h> |
---|
[6c3744e] | 12 | //#include <ctype.h> // FAILS -- includes locale.h |
---|
[42dcae7] | 13 | #include <errno.h> |
---|
| 14 | #include <fenv.h> |
---|
| 15 | #include <float.h> |
---|
| 16 | #include <inttypes.h> |
---|
| 17 | #include <iso646.h> |
---|
| 18 | #include <limits.h> |
---|
[6c3744e] | 19 | //#include <locale.h> // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..." |
---|
| 20 | #include <math.h> // contains structure field "type" |
---|
[42dcae7] | 21 | #include <setjmp.h> |
---|
| 22 | #include <signal.h> |
---|
| 23 | #include <stdarg.h> |
---|
| 24 | #include <stdbool.h> |
---|
| 25 | #include <stddef.h> |
---|
| 26 | #include <stdlib.h> |
---|
| 27 | #include <stdio.h> |
---|
[6c3744e] | 28 | //#include <string.h> // FAILS -- includes locale.h |
---|
[42dcae7] | 29 | #include <tgmath.h> |
---|
[6c3744e] | 30 | //#include <time.h> // FAILS -- includes locale.h |
---|
[42dcae7] | 31 | #include <unistd.h> |
---|
[6c3744e] | 32 | //#include <wchar.h> // FAILS -- includes locale.h |
---|
| 33 | //#include <wctype.h> // FAILS -- includes locale.h |
---|
[42dcae7] | 34 | #include <curses.h> |
---|
[17cd4eb] | 35 | #else |
---|
| 36 | #endif // 0 |
---|
[42dcae7] | 37 | |
---|
| 38 | // Local Variables: // |
---|
| 39 | // compile-command: "../../bin/cfa includes.c" // |
---|
| 40 | // End: // |
---|
Note: See
TracBrowser
for help on using the repository browser.