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
|
Line | |
---|
1 | #if 1 |
---|
2 | //#include <aio.h> // FAILS -- includes locale.h |
---|
3 | #include <aliases.h> |
---|
4 | #include <alloca.h> |
---|
5 | #include <ansidecl.h> |
---|
6 | #include <ar.h> |
---|
7 | //#include <argp.h> // FAILS -- includes locale.h |
---|
8 | //#include <argz.h> // FAILS -- includes locale.h |
---|
9 | #include <assert.h> |
---|
10 | #include <bfd.h> // contains structure field "type" |
---|
11 | #include <complex.h> |
---|
12 | //#include <ctype.h> // FAILS -- includes locale.h |
---|
13 | #include <errno.h> |
---|
14 | #include <fenv.h> |
---|
15 | #include <float.h> |
---|
16 | #include <inttypes.h> |
---|
17 | #include <iso646.h> |
---|
18 | #include <limits.h> |
---|
19 | //#include <locale.h> // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..." |
---|
20 | #include <math.h> // contains structure field "type" |
---|
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> |
---|
28 | //#include <string.h> // FAILS -- includes locale.h |
---|
29 | #include <tgmath.h> |
---|
30 | //#include <time.h> // FAILS -- includes locale.h |
---|
31 | #include <unistd.h> |
---|
32 | //#include <wchar.h> // FAILS -- includes locale.h |
---|
33 | //#include <wctype.h> // FAILS -- includes locale.h |
---|
34 | #include <curses.h> |
---|
35 | #else |
---|
36 | #endif // 0 |
---|
37 | |
---|
38 | // Local Variables: // |
---|
39 | // compile-command: "../../bin/cfa includes.c" // |
---|
40 | // End: // |
---|
Note: See
TracBrowser
for help on using the repository browser.