Changes in src/SynTree/Attribute.h [6b0b624:8ca3a72]
- File:
-
- 1 edited
-
src/SynTree/Attribute.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/SynTree/Attribute.h
r6b0b624 r8ca3a72 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Jul 22 09:54:14201713 // Update Count : 3 912 // Last Modified On : Wed Jan 18 16:27:11 2017 13 // Update Count : 38 14 14 // 15 15 16 #pragma once 16 #ifndef GCC_ATTRIBUTE_H 17 #define GCC_ATTRIBUTE_H 17 18 18 19 #include "SynTree.h" … … 41 42 const std::list< Attribute * > noAttributes; 42 43 44 #endif 45 43 46 // Local Variables: // 44 47 // tab-width: 4 //
Note:
See TracChangeset
for help on using the changeset viewer.