Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/libhdr/libalign.h

    r6b0b624 r2ac095d  
     1//                              -*- Mode: C++ -*-
    12//
    23// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    910// Author           : Thierry Delisle
    1011// Created On       : Mon Nov 28 12:27:26 2016
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jul 21 23:05:35 2017
    13 // Update Count     : 2
     12// Last Modified By : Thierry Delisle
     13// Last Modified On : Mon Nov 28 12:27:26 2016
     14// Update Count     : 0
    1415//
    1516// This  library is free  software; you  can redistribute  it and/or  modify it
     
    2728//
    2829
    29 #pragma once
    3030
    31 #include <assert.h>
     31#ifndef __LIB_ALIGN_H__
     32#define __LIB_ALIGN_H__
     33
     34#include "assert"
    3235#include <stdbool.h>
    3336
     
    5861} // uCeiling
    5962
     63
     64#endif // __LIB_ALIGN_H__
     65
     66
    6067// Local Variables: //
    6168// compile-command: "make install" //
Note: See TracChangeset for help on using the changeset viewer.