Changeset 91c389a for src/tests/alloc.c


Ignore:
Timestamp:
Jul 20, 2017, 6:08:37 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
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, with_gc
Children:
b2551ce
Parents:
dfa66dc
Message:

change usages of assert to assert.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/alloc.c

    rdfa66dc r91c389a  
    1010// Created On       : Wed Feb  3 07:56:22 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jun  2 15:13:03 2017
    13 // Update Count     : 316
     12// Last Modified On : Thu Jul 20 16:01:10 2017
     13// Update Count     : 318
    1414//
    1515
    16 #include <assert>
    17 extern "C" {
     16#include <assert.h>
    1817#include <malloc.h>                                                                             // malloc_usable_size
    1918#include <stdint.h>                                                                             // uintptr_t
    2019#include <stdlib.h>                                                                             // posix_memalign
    21 } // extern
    2220#include <fstream>
    2321#include <stdlib>                                                                               // access C malloc, realloc
Note: See TracChangeset for help on using the changeset viewer.