Changes in src/libcfa/libhdr/libalign.h [6b0b624:2ac095d]
- File:
-
- 1 edited
-
src/libcfa/libhdr/libalign.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/libhdr/libalign.h
r6b0b624 r2ac095d 1 // -*- Mode: C++ -*- 1 2 // 2 3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo … … 9 10 // Author : Thierry Delisle 10 11 // Created On : Mon Nov 28 12:27:26 2016 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Fri Jul 21 23:05:35 201713 // Update Count : 212 // Last Modified By : Thierry Delisle 13 // Last Modified On : Mon Nov 28 12:27:26 2016 14 // Update Count : 0 14 15 // 15 16 // This library is free software; you can redistribute it and/or modify it … … 27 28 // 28 29 29 #pragma once30 30 31 #include <assert.h> 31 #ifndef __LIB_ALIGN_H__ 32 #define __LIB_ALIGN_H__ 33 34 #include "assert" 32 35 #include <stdbool.h> 33 36 … … 58 61 } // uCeiling 59 62 63 64 #endif // __LIB_ALIGN_H__ 65 66 60 67 // Local Variables: // 61 68 // compile-command: "make install" //
Note:
See TracChangeset
for help on using the changeset viewer.