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 5189888 was 721f17a, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago |
fix OT_LABELADDRESS warning, parse genric types
|
-
Property mode
set to
100644
|
File size:
1.6 KB
|
Line | |
---|
1 | //
|
---|
2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
|
---|
3 | //
|
---|
4 | // The contents of this file are covered under the licence agreement in the
|
---|
5 | // file "LICENCE" distributed with Cforall.
|
---|
6 | //
|
---|
7 | // includes.c --
|
---|
8 | //
|
---|
9 | // Author : Richard C. Bilson
|
---|
10 | // Created On : Wed May 27 17:56:53 2015
|
---|
11 | // Last Modified By : Peter A. Buhr
|
---|
12 | // Last Modified On : Fri Jun 26 15:04:33 2015
|
---|
13 | // Update Count : 14
|
---|
14 | //
|
---|
15 |
|
---|
16 | #if 0
|
---|
17 | //#include <aio.h> // FAILS -- includes locale.h
|
---|
18 | #include <aliases.h>
|
---|
19 | #include <alloca.h>
|
---|
20 | #include <ansidecl.h>
|
---|
21 | #include <ar.h>
|
---|
22 | #include <argp.h> // FAILS -- includes locale.h
|
---|
23 | #include <argz.h> // FAILS -- includes locale.h
|
---|
24 | #include <assert.h>
|
---|
25 | #include <bfd.h> // contains structure field "type"
|
---|
26 | #include <complex.h>
|
---|
27 | #include <ctype.h> // FAILS -- includes locale.h
|
---|
28 | #include <errno.h>
|
---|
29 | #include <fenv.h>
|
---|
30 | #include <float.h>
|
---|
31 | #include <inttypes.h>
|
---|
32 | #include <iso646.h>
|
---|
33 | #include <limits.h>
|
---|
34 | #include <locale.h> // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..."
|
---|
35 | #include <math.h> // contains structure field "type"
|
---|
36 | #include <setjmp.h>
|
---|
37 | #include <signal.h>
|
---|
38 | #include <stdarg.h>
|
---|
39 | #include <stdbool.h>
|
---|
40 | #include <stddef.h>
|
---|
41 | #include <stdlib.h>
|
---|
42 | #include <stdio.h>
|
---|
43 | #include <string.h> // FAILS -- includes locale.h
|
---|
44 | #include <tgmath.h>
|
---|
45 | #include <time.h> // FAILS -- includes locale.h
|
---|
46 | #include <unistd.h>
|
---|
47 | #include <wchar.h> // FAILS -- includes locale.h
|
---|
48 | #include <wctype.h> // FAILS -- includes locale.h
|
---|
49 | #include <curses.h>
|
---|
50 | #else
|
---|
51 | #include <aio.h> // FAILS -- includes locale.h
|
---|
52 | #endif // 0
|
---|
53 |
|
---|
54 | // Local Variables: //
|
---|
55 | // tab-width: 4 //
|
---|
56 | // compile-command: "cfa includes.c" //
|
---|
57 | // End: //
|
---|
Note:
See
TracBrowser
for help on using the repository browser.