Changes in src/libcfa/startup.h [ed9c0a8:7444113]
- File:
-
- 1 edited
-
src/libcfa/startup.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/startup.h
red9c0a8 r7444113 1 // -*- Mode: CFA -*- 1 2 // 2 3 // Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo … … 9 10 // Author : Thierry Delisle 10 11 // Created On : Wed Mar 29 15:56:41 2017 11 // Last Modified By : Peter A. Buhr12 // Last Modified On : Thu Jul 20 21:37:11 201713 // Update Count : 212 // Last Modified By : 13 // Last Modified On : 14 // Update Count : 0 14 15 // 15 16 16 #pragma once 17 #ifndef STARTUP_H 18 #define STARTUP_H 17 19 18 20 #if GCC_VERSION > 50000 … … 32 34 #endif 33 35 34 // Local Variables: // 35 // mode: c // 36 // tab-width: 4 // 37 // End: // 36 #endif //STARTUP_H
Note:
See TracChangeset
for help on using the changeset viewer.