Changeset 413f7f8 for src/examples
- Timestamp:
- Jul 7, 2015, 1:49:58 PM (11 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, stuck-waitfor-destruct, with_gc
- Children:
- 82dd287
- Parents:
- e0ff3e6 (diff), 8686f31 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
src/examples/includes.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/examples/includes.c
re0ff3e6 r413f7f8 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jun 8 15:54:17201513 // Update Count : 712 // Last Modified On : Fri Jun 26 15:04:33 2015 13 // Update Count : 14 14 14 // 15 15 16 #if 116 #if 0 17 17 //#include <aio.h> // FAILS -- includes locale.h 18 18 #include <aliases.h> … … 20 20 #include <ansidecl.h> 21 21 #include <ar.h> 22 //#include <argp.h> // FAILS -- includes locale.h23 //#include <argz.h> // FAILS -- includes locale.h22 #include <argp.h> // FAILS -- includes locale.h 23 #include <argz.h> // FAILS -- includes locale.h 24 24 #include <assert.h> 25 25 #include <bfd.h> // contains structure field "type" 26 26 #include <complex.h> 27 //#include <ctype.h> // FAILS -- includes locale.h27 #include <ctype.h> // FAILS -- includes locale.h 28 28 #include <errno.h> 29 29 #include <fenv.h> … … 32 32 #include <iso646.h> 33 33 #include <limits.h> 34 //#include <locale.h> // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..."34 #include <locale.h> // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..." 35 35 #include <math.h> // contains structure field "type" 36 36 #include <setjmp.h> … … 41 41 #include <stdlib.h> 42 42 #include <stdio.h> 43 //#include <string.h> // FAILS -- includes locale.h43 #include <string.h> // FAILS -- includes locale.h 44 44 #include <tgmath.h> 45 //#include <time.h> // FAILS -- includes locale.h45 #include <time.h> // FAILS -- includes locale.h 46 46 #include <unistd.h> 47 //#include <wchar.h> // FAILS -- includes locale.h48 //#include <wctype.h> // FAILS -- includes locale.h47 #include <wchar.h> // FAILS -- includes locale.h 48 #include <wctype.h> // FAILS -- includes locale.h 49 49 #include <curses.h> 50 50 #else 51 #include < curses.h>51 #include <aio.h> // FAILS -- includes locale.h 52 52 #endif // 0 53 53
Note:
See TracChangeset
for help on using the changeset viewer.