Changeset 2871210 for include/math.h


Ignore:
Timestamp:
Jul 3, 2015, 6:08:20 PM (9 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:
f6d7e0f
Parents:
0df292b
Message:

include file with keywords, fix type of label address expressions, fix computed goto to any expressions, generic types first attempt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/math.h

    r0df292b r2871210  
    1010// Created On       : Mon Nov 10 23:41:29 2014
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat May 16 07:55:52 2015
    13 // Update Count     : 3
     12// Last Modified On : Sun Jun 28 09:05:22 2015
     13// Update Count     : 6
    1414
    1515// This include file uses the CFA keyword "type" as a field name of a structure.
    1616// The name is changed only for the include file.
    1717
     18#ifndef type    // nesting ?
    1819#define type `type`
     20#define __CFA_MATH_H__
     21#endif // type
    1922#include_next <math.h>
     23#ifdef __CFA_MATH_H__
    2024#undef type
     25#endif // __CFA_MATH_H__
    2126
    2227// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.