Changeset 91c389a for src/libcfa/libhdr
- Timestamp:
- Jul 20, 2017, 6:08:37 PM (7 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/libhdr/libalign.h
rdfa66dc r91c389a 10 10 // Author : Thierry Delisle 11 11 // Created On : Mon Nov 28 12:27:26 2016 12 // Last Modified By : Thierry Delisle13 // Last Modified On : Mon Nov 28 12:27:26 201614 // Update Count : 012 // Last Modified By : Peter A. Buhr 13 // Last Modified On : Thu Jul 20 15:22:45 2017 14 // Update Count : 1 15 15 // 16 16 // This library is free software; you can redistribute it and/or modify it … … 32 32 #define __LIB_ALIGN_H__ 33 33 34 #include "assert"34 #include <assert.h> 35 35 #include <stdbool.h> 36 36
Note: See TracChangeset
for help on using the changeset viewer.