Changes in src/Concurrency/Keywords.h [6b0b624:bf2438c]
- File:
-
- 1 edited
-
src/Concurrency/Keywords.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Concurrency/Keywords.h
r6b0b624 rbf2438c 1 // -*- Mode: CPP -*- 1 2 // 2 3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo … … 11 12 // Last Modified By : 12 13 // Last Modified On : 13 // Update Count : 114 // Update Count : 0 14 15 // 15 16 16 #pragma once 17 #ifndef KEYWORDS_H 18 #define KEYWORDS_H 17 19 18 20 #include <list> // for list … … 26 28 }; 27 29 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.