Changeset ca8c0362 for src/ControlStruct/LabelGenerator.cc
- Timestamp:
- Jan 31, 2022, 10:31:48 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- dd3263c
- Parents:
- 51ec1ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ControlStruct/LabelGenerator.cc
r51ec1ab rca8c0362 10 10 // Created On : Mon May 18 07:44:20 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jan 31 18:48:26 202213 // Update Count : 2 712 // Last Modified On : Mon Jan 31 22:30:26 2022 13 // Update Count : 28 14 14 // 15 15 … … 26 26 27 27 namespace ControlStruct { 28 29 28 int LabelGenerator::current = 0; 30 29 LabelGenerator * LabelGenerator::labelGenerator = nullptr; … … 47 46 return l; 48 47 } 49 50 48 } // namespace ControlStruct 51 49
Note: See TracChangeset
for help on using the changeset viewer.