Changeset 25f49f4 for config.h.in


Ignore:
Timestamp:
Oct 27, 2016, 9:37:58 AM (9 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, stuck-waitfor-destruct, with_gc
Children:
d93d980
Parents:
efe4d730 (diff), 6d7c3df (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
  • config.h.in

    refe4d730 r25f49f4  
    1818/* Location of cfa install. */
    1919#undef CFA_PREFIX
     20
     21/* Major version number. */
     22#undef CFA_VERSION_MAJOR
     23
     24/* Minor version number. */
     25#undef CFA_VERSION_MINOR
     26
     27/* Patch version number. */
     28#undef CFA_VERSION_PATCH
    2029
    2130/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
Note: See TracChangeset for help on using the changeset viewer.