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
|
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
|
---|
[bdd516a] | 36 | #include <time.h> // FAILS -- includes locale.h
|
---|
[17cd4eb] | 37 | #endif // 0
|
---|
[42dcae7] | 38 |
|
---|
| 39 | // Local Variables: //
|
---|
| 40 | // compile-command: "../../bin/cfa includes.c" //
|
---|
| 41 | // End: //
|
---|
Note:
See
TracBrowser
for help on using the repository browser.