Changeset 36874e4 for include/gcrypt.h


Ignore:
Timestamp:
Jan 12, 2016, 3:36:20 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
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:
ebe9b3a
Parents:
b18b0b5 (diff), 61f9356 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/gcrypt.h

    rb18b0b5 r36874e4  
    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: //
Note: See TracChangeset for help on using the changeset viewer.