Ignore:
Timestamp:
Oct 14, 2020, 10:57:02 AM (2 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0b18db7
Parents:
b3f9684c
Message:

Changed some defines to constants with last fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/coroutine.cfa

    rb3f9684c r290553a  
    9292
    9393// minimum feasible stack size in bytes
    94 #define MinStackSize 1000
     94static const size_t MinStackSize = 1000;
    9595extern size_t __page_size;                              // architecture pagesize HACK, should go in proper runtime singleton
    9696
Note: See TracChangeset for help on using the changeset viewer.