Changeset 91c389a for src/libcfa/libhdr


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/libcfa/libhdr/libalign.h

    rdfa66dc r91c389a  
    1010// Author           : Thierry Delisle
    1111// Created On       : Mon Nov 28 12:27:26 2016
    12 // Last Modified By : Thierry Delisle
    13 // Last Modified On : Mon Nov 28 12:27:26 2016
    14 // Update Count     : 0
     12// Last Modified By : Peter A. Buhr
     13// Last Modified On : Thu Jul 20 15:22:45 2017
     14// Update Count     : 1
    1515//
    1616// This  library is free  software; you  can redistribute  it and/or  modify it
     
    3232#define __LIB_ALIGN_H__
    3333
    34 #include "assert"
     34#include <assert.h>
    3535#include <stdbool.h>
    3636
Note: See TracChangeset for help on using the changeset viewer.