Ignore:
Timestamp:
Mar 14, 2021, 8:33:14 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
40841ff4
Parents:
7332629
Message:

remove inline from extern routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/heap.cfa

    r7332629 rd134b15  
    1010// Created On       : Tue Dec 19 21:58:35 2017
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Jan 10 11:20:49 2021
    13 // Update Count     : 1031
     12// Last Modified On : Sun Mar 14 10:39:24 2021
     13// Update Count     : 1032
    1414//
    1515
     
    5252static bool prtFree = false;
    5353
    54 inline bool prtFree() {
     54bool prtFree() {
    5555        return prtFree;
    5656} // prtFree
Note: See TracChangeset for help on using the changeset viewer.