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 c23f807 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
           | 
        
      
      
| Rev | Line |   | 
|---|
| [86bd7c1f] | 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
 | 
|---|
| [721f17a] | 12 | // Last Modified On : Fri Jun 26 15:04:33 2015
 | 
|---|
 | 13 | // Update Count     : 14
 | 
|---|
| [86bd7c1f] | 14 | //
 | 
|---|
 | 15 | 
 | 
|---|
| [721f17a] | 16 | #if 0
 | 
|---|
| [6c3744e] | 17 | //#include <aio.h>              // FAILS -- includes locale.h
 | 
|---|
 | 18 | #include <aliases.h>
 | 
|---|
| [42dcae7] | 19 | #include <alloca.h>
 | 
|---|
| [6c3744e] | 20 | #include <ansidecl.h>
 | 
|---|
 | 21 | #include <ar.h>
 | 
|---|
| [721f17a] | 22 | #include <argp.h>               // FAILS -- includes locale.h
 | 
|---|
 | 23 | #include <argz.h>               // FAILS -- includes locale.h
 | 
|---|
| [42dcae7] | 24 | #include <assert.h>
 | 
|---|
| [6c3744e] | 25 | #include <bfd.h>                // contains structure field "type"
 | 
|---|
| [42dcae7] | 26 | #include <complex.h>
 | 
|---|
| [721f17a] | 27 | #include <ctype.h>              // FAILS -- includes locale.h
 | 
|---|
| [42dcae7] | 28 | #include <errno.h>
 | 
|---|
 | 29 | #include <fenv.h>
 | 
|---|
 | 30 | #include <float.h>
 | 
|---|
 | 31 | #include <inttypes.h>
 | 
|---|
 | 32 | #include <iso646.h>
 | 
|---|
 | 33 | #include <limits.h>
 | 
|---|
| [721f17a] | 34 | #include <locale.h>             // FAILS -- "no reasonable alternatives for applying ... Name: ?+? ..."
 | 
|---|
| [6c3744e] | 35 | #include <math.h>               // contains structure field "type"
 | 
|---|
| [42dcae7] | 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>
 | 
|---|
| [721f17a] | 43 | #include <string.h>             // FAILS -- includes locale.h
 | 
|---|
| [42dcae7] | 44 | #include <tgmath.h>
 | 
|---|
| [721f17a] | 45 | #include <time.h>               // FAILS -- includes locale.h
 | 
|---|
| [42dcae7] | 46 | #include <unistd.h>
 | 
|---|
| [721f17a] | 47 | #include <wchar.h>              // FAILS -- includes locale.h
 | 
|---|
 | 48 | #include <wctype.h>             // FAILS -- includes locale.h
 | 
|---|
| [42dcae7] | 49 | #include <curses.h>
 | 
|---|
| [17cd4eb] | 50 | #else
 | 
|---|
| [721f17a] | 51 | #include <aio.h>                // FAILS -- includes locale.h
 | 
|---|
| [17cd4eb] | 52 | #endif // 0
 | 
|---|
| [42dcae7] | 53 | 
 | 
|---|
 | 54 | // Local Variables: //
 | 
|---|
| [86bd7c1f] | 55 | // tab-width: 4 //
 | 
|---|
 | 56 | // compile-command: "cfa includes.c" //
 | 
|---|
| [42dcae7] | 57 | // End: //
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.