Ignore:
Timestamp:
Jan 19, 2015, 6:29:10 PM (10 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, with_gc
Children:
f7f6785
Parents:
0b8cd722
Message:

add list initializer, formatting changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • translator/examples/includes.c

    r0b8cd722 r6c3744e  
    1 #if 0
     1#if 1
     2//#include <aio.h>              // FAILS -- includes locale.h
     3#include <aliases.h>
    24#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
    39#include <assert.h>
     10#include <bfd.h>                // contains structure field "type"
    411#include <complex.h>
    5 //#include <ctype.h>        // FAILS -- includes locale.h
     12//#include <ctype.h>            // FAILS -- includes locale.h
    613#include <errno.h>
    714#include <fenv.h>
     
    1017#include <iso646.h>
    1118#include <limits.h>
    12 //#include <locale.h>       // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..."
    13 #include <math.h>
     19//#include <locale.h>           // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..."
     20#include <math.h>               // contains structure field "type"
    1421#include <setjmp.h>
    1522#include <signal.h>
     
    1926#include <stdlib.h>
    2027#include <stdio.h>
    21 //#include <string.h>       // FAILS -- includes locale.h
     28//#include <string.h>           // FAILS -- includes locale.h
    2229#include <tgmath.h>
    23 //#include <time.h>         // FAILS -- includes locale.h
     30//#include <time.h>             // FAILS -- includes locale.h
    2431#include <unistd.h>
    25 //#include <wchar.h>        // FAILS -- includes locale.h
    26 //#include <wctype.h>       // FAILS -- includes locale.h
     32//#include <wchar.h>            // FAILS -- includes locale.h
     33//#include <wctype.h>           // FAILS -- includes locale.h
    2734#include <curses.h>
    2835#else
    29 #include <aio.h>
    3036#endif // 0
    3137
Note: See TracChangeset for help on using the changeset viewer.