Changeset 784deab for include


Ignore:
Timestamp:
Jan 8, 2016, 10:37:10 PM (8 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:
61f9356
Parents:
1cced28
Message:

fix recursive include bug in shadow includes, major clean of examples, add several long long routines to prelude

Location:
include
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • include/bfd.h

    r1cced28 r784deab  
    1010// Created On       : Thu Jan  8 15:50:56 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 09:07:14 2015
    13 // Update Count     : 7
     12// Last Modified On : Mon Dec 21 08:44:41 2015
     13// Update Count     : 9
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_BFD_H__
    21 #endif // type
    22 #include_next <bfd.h>
    23 #ifdef __CFA_BFD_H__
     20#endif // ! type
     21
     22#include_next <bfd.h>                                                                   // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_BFD_H__ )                 // reset only if set
    2425#undef type
    25 #endif // __CFA_BFD_H__
     26#undef __CFA_BFD_H__
     27#endif // type && __CFA_BFD_H__
    2628
    2729// Local Variables: //
  • include/bfdlink.h

    r1cced28 r784deab  
    1010// Created On       : Sat Jun 27 09:14:00 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 09:08:26 2015
    13 // Update Count     : 3
     12// Last Modified On : Mon Dec 21 08:47:03 2015
     13// Update Count     : 4
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_BFDLINK_H__
    21 #endif // type
    22 #include_next <bfdlink.h>
    23 #ifdef __CFA_BFDLINK_H__
     20#endif // ! type
     21
     22#include_next <bfdlink.h>                                                               // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_BFDLINK_H__ )             // reset only if set
    2425#undef type
    25 #endif // __CFA_BFDLINK_H__
     26#undef __CFA_BFDLINK_H__
     27#endif // type && __CFA_BFDLINK_H__
    2628
    2729// Local Variables: //
  • include/demangle.h

    r1cced28 r784deab  
    1010// Created On       : Sat Jun 27 16:45:01 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 09:09:16 2015
    13 // Update Count     : 8
     12// Last Modified On : Mon Dec 21 08:48:30 2015
     13// Update Count     : 9
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_DEMANGLE_H__
    21 #endif // type
    22 #include_next <demangle.h>
    23 #ifdef __CFA_DEMANGLE_H__
     20#endif // ! type
     21
     22#include_next <demangle.h>                                                              // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_DEMANGLE_H__ )            // reset only if set
    2425#undef type
    25 #endif // __CFA_DEMANGLE_H__
     26#undef __CFA_DEMANGLE_H__
     27#endif // type && __CFA_DEMANGLE_H__
    2628
    2729// Local Variables: //
  • include/dialog.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 08:34:16 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 09:05:35 2015
    13 // Update Count     : 4
     12// Last Modified On : Mon Dec 21 08:38:21 2015
     13// Update Count     : 11
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_DIALOG_H__
    21 #endif // type
    22 #include_next <dialog.h>
    23 #ifdef __CFA_DIALOG_H__
     20#endif // ! type
     21
     22#include_next <dialog.h>                                                                // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_DIALOG_H__ )              // reset only if set
    2425#undef type
    25 #endif // __CFA_DIALOG_H__
     26#undef __CFA_DIALOG_H__
     27#endif // type && __CFA_DIALOG_H__
    2628
    2729// Local Variables: //
  • include/evdns.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 10:09:23 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 10:10:11 2015
    13 // Update Count     : 1
     12// Last Modified On : Mon Dec 21 08:51:06 2015
     13// Update Count     : 3
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_EVDNS_H__
    21 #endif // type
    22 #include_next <evdns.h>
    23 #ifdef __CFA_EVDNS_H__
     20#endif // ! type
     21
     22#include_next <evdns.h>                                                                 // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_EVDNS_H__ )               // reset only if set
    2425#undef type
    25 #endif // __CFA_EVDNS_H__
     26#undef __CFA_EVDNS_H__
     27#endif // type && __CFA_EVDNS_H__
    2628
    2729// Local Variables: //
  • include/evhttp.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 10:59:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 10:59:55 2015
    13 // Update Count     : 1
     12// Last Modified On : Mon Dec 21 08:52:19 2015
     13// Update Count     : 2
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_EVHTTP_H__
    21 #endif // type
    22 #include_next <evhttp.h>
    23 #ifdef __CFA_EVHTTP_H__
     20#endif // ! type
     21
     22#include_next <evhttp.h>                                                                // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_EVHTTP_H__ )              // reset only if set
    2425#undef type
    25 #endif // __CFA_EVHTTP_H__
     26#undef __CFA_EVHTTP_H__
     27#endif // type && __CFA_EVHTTP_H__
    2628
    2729// Local Variables: //
  • include/evrpc.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 11:01:31 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 11:02:26 2015
    13 // Update Count     : 1
     12// Last Modified On : Mon Dec 21 08:53:14 2015
     13// Update Count     : 2
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_EVRPC_H__
    21 #endif // type
    22 #include_next <evrpc.h>
    23 #ifdef __CFA_EVRPC_H__
     20#endif // ! type
     21
     22#include_next <evrpc.h>                                                                 // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_EVRPC_H__ )               // reset only if set
    2425#undef type
    25 #endif // __CFA_EVRPC_H__
     26#undef __CFA_EVRPC_H__
     27#endif // type && __CFA_EVRPC_H__
    2628
    2729// Local Variables: //
  • include/expat.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 11:10:15 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 11:14:28 2015
    13 // Update Count     : 2
     12// Last Modified On : Mon Dec 21 08:57:26 2015
     13// Update Count     : 4
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_EXPAT1_H__
    21 #endif // type
    22 #ifndef context // nesting ?
     20#endif // ! type
     21
     22#if ! defined( context )                                                                // nesting ?
    2323#define context `context`
    2424#define __CFA_EXPAT2_H__
    25 #endif // context
    26 #include_next <expat.h>
    27 #ifdef __CFA_EXPAT1_H__
     25#endif // ! context
     26
     27#include_next <expat.h>                                                                 // has internal check for multiple expansion
     28
     29#if defined( type ) && defined( __CFA_EXPAT1_H__ )              // reset only if set
    2830#undef type
    29 #endif // __CFA_EXPAT_H__
    30 #ifdef __CFA_EXPAT2_H__
    31 #undef type
    32 #endif // __CFA_EXPAT2_H__
     31#undef __CFA_EXPAT1_H__
     32#endif // type && __CFA_EXPAT1_H__
     33
     34#if defined( context ) && defined( __CFA_EXPAT2_H__ )   // reset only if set
     35#undef context
     36#undef __CFA_EXPAT2_H__
     37#endif // context && __CFA_EXPAT2_H__
    3338
    3439// Local Variables: //
  • include/fcntl.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 23:03:14 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 23:03:48 2015
    13 // Update Count     : 7
     12// Last Modified On : Mon Dec 21 08:38:39 2015
     13// Update Count     : 14
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_FCNTL_H__
    21 #endif // type
    22 #include_next <fcntl.h>
    23 #ifdef __CFA_FCNTL_H__
     20#endif // ! type
     21
     22#include_next <fcntl.h>                                                                 // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_FCNTL_H__ )               // reset only if set
    2425#undef type
    25 #endif // __CFA_FCNTL_H__
     26#undef __CFA_FCNTL_H__
     27#endif // type && __CFA_FCNTL_H__
    2628
    2729// Local Variables: //
  • include/form.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 11:23:56 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 11:24:28 2015
    13 // Update Count     : 1
     12// Last Modified On : Mon Dec 21 08:59:46 2015
     13// Update Count     : 2
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_FORM_H__
    21 #endif // type
    22 #include_next <form.h>
    23 #ifdef __CFA_FORM_H__
     20#endif // ! type
     21
     22#include_next <form.h>                                                                  // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_FORM_H__ )                // reset only if set
    2425#undef type
    25 #endif // __CFA_FORM_H__
     26#undef __CFA_FORM_H__
     27#endif // type && __CFA_FORM_H__
    2628
    2729// Local Variables: //
  • include/gcrypt.h

    r1cced28 r784deab  
    1010// Created On       : Sun Jun 28 11:36:26 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 11:37:07 2015
    13 // Update Count     : 7
     12// Last Modified On : Mon Dec 21 09:01:25 2015
     13// Update Count     : 8
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_GCRYPT_H__
    21 #endif // type
    22 #include_next <gcrypt.h>
    23 #ifdef __CFA_GCRYPT_H__
     20#endif // ! type
     21
     22#include_next <gcrypt.h>                                                                        // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_GCRYPT_H__ )              // reset only if set
    2425#undef type
    25 #endif // __CFA_GCRYPT_H__
     26#undef __CFA_GCRYPT_H__
     27#endif // type && __CFA_GCRYPT_H__
    2628
    2729// Local Variables: //
  • include/math.h

    r1cced28 r784deab  
    1010// Created On       : Mon Nov 10 23:41:29 2014
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jun 28 09:05:22 2015
    13 // Update Count     : 6
     12// Last Modified On : Mon Dec 21 08:37:57 2015
     13// Update Count     : 12
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    16 // The name is changed only for the include file.
    1716
    18 #ifndef type    // nesting ?
     17#if ! defined( type )                                                                   // nesting ?
    1918#define type `type`
    2019#define __CFA_MATH_H__
    21 #endif // type
    22 #include_next <math.h>
    23 #ifdef __CFA_MATH_H__
     20#endif // ! type
     21
     22#include_next <math.h>                                                                  // has internal check for multiple expansion
     23
     24#if defined( type ) && defined( __CFA_MATH_H__ )                // reset only if set
    2425#undef type
    25 #endif // __CFA_MATH_H__
     26#undef __CFA_MATH_H__
     27#endif // type && __CFA_MATH_H__
    2628
    2729// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.