Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/monitor

    r6b0b624 r1c273d0  
     1//                              -*- Mode: CFA -*-
    12//
    23// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    910// Author           : Thierry Delisle
    1011// Created On       : Thd Feb 23 12:27:26 2017
    11 // Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sat Jul 22 09:59:01 2017
    13 // Update Count     : 3
     12// Last Modified By : Thierry Delisle
     13// Last Modified On : --
     14// Update Count     : 0
    1415//
    1516
    16 #pragma once
     17#ifndef MONITOR_H
     18#define MONITOR_H
    1719
    1820#include <stddef.h>
    1921
    20 #include <assert.h>
     22#include "assert"
    2123#include "invoke.h"
    2224#include "stdlib"
     
    9799void __accept_internal( unsigned short count, __acceptable_t * acceptables, void (*func)(void) );
    98100
    99 // Local Variables: //
    100 // mode: c //
    101 // tab-width: 4 //
    102 // End: //
     101#endif //MONITOR_H
Note: See TracChangeset for help on using the changeset viewer.