Changeset 36874e4 for include/form.h


Ignore:
Timestamp:
Jan 12, 2016, 3:36:20 PM (10 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/form.h

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