Ignore:
Timestamp:
Jul 5, 2016, 6:35: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, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
205ee4e, ed0e67a
Parents:
f96b061
Message:

update comments in code and tests, and add test searchsort

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/prelude.cf

    rf96b061 ra6151ba  
    1 # 2 "prelude.cf"  // needed for error messages from this file
    21//                               -*- Mode: C -*-
    32//
     
    98// Created On       : Sat Nov 29 07:23:41 2014
    109// Last Modified By : Peter A. Buhr
    11 // Last Modified On : Wed Mar  2 18:03:41 2016
    12 // Update Count     : 89
    13 //
    14 
    15 // Following line added from stddef.h by build
    16 
    17 typedef long int ptrdiff_t;
     10// Last Modified On : Tue Jul  5 18:04:40 2016
     11// Update Count     : 92
     12//
     13
     14# 2 "prelude.cf"  // needed for error messages from this file
    1815
    1916// Section numbers from: http://plg.uwaterloo.ca/~cforall/refrat.pdf
     
    854851void    ^?{}( const volatile void *         *);
    855852void    ^?{}( const volatile void * volatile *);
     853
     854// Local Variables: //
     855// mode: c //
     856// tab-width: 8 //
     857// End: //
Note: See TracChangeset for help on using the changeset viewer.