ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
ctor
deferred_resn
demangler
enum
forall-pointer-decay
gc_noraii
jacob/cs343-translation
jenkins-sandbox
memory
new-ast
new-ast-unique-expr
new-env
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
resolv-new
string
with_gc
Last change
on this file since 2bae7307 was 843054c2, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
licencing: seventh groups of files
|
-
Property mode
set to
100644
|
File size:
1.2 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 | #include <time.h> // FAILS -- includes locale.h
|
---|
37 | #endif // 0
|
---|
38 |
|
---|
39 | // Local Variables: //
|
---|
40 | // compile-command: "../../bin/cfa includes.c" //
|
---|
41 | // End: //
|
---|
Note:
See
TracBrowser
for help on using the repository browser.