Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Concurrency/Keywords.h

    r6b0b624 rbf2438c  
     1//                              -*- Mode: CPP -*-
    12//
    23// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
     
    1112// Last Modified By :
    1213// Last Modified On :
    13 // Update Count     : 1
     14// Update Count     : 0
    1415//
    1516
    16 #pragma once
     17#ifndef KEYWORDS_H
     18#define KEYWORDS_H
    1719
    1820#include <list>  // for list
     
    2628};
    2729
    28 // Local Variables: //
    29 // tab-width: 4 //
    30 // mode: c++ //
    31 // compile-command: "make install" //
    32 // End: //
     30#endif //KEYWORDS_H
Note: See TracChangeset for help on using the changeset viewer.