Changeset 79e23836 for libcfa/src
- Timestamp:
- Mar 14, 2021, 10:04:10 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 34d62a7
- Parents:
- 5f39135 (diff), 4c05a40 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- libcfa/src
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/heap.cfa
r5f39135 r79e23836 10 10 // Created On : Tue Dec 19 21:58:35 2017 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Jan 10 11:20:49202113 // Update Count : 103 112 // Last Modified On : Sun Mar 14 10:39:24 2021 13 // Update Count : 1032 14 14 // 15 15 … … 52 52 static bool prtFree = false; 53 53 54 inlinebool prtFree() {54 bool prtFree() { 55 55 return prtFree; 56 56 } // prtFree
Note:
See TracChangeset
for help on using the changeset viewer.