updated the reader to forge an outer xlist automatically if the beginning is a complex literal expression like array([]), dictionary(#{}), etc
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -582,7 +582,8 @@ oops:
|
||||
return -1;
|
||||
}
|
||||
|
||||
#define DEFAULT_HEAPSIZE 512000ul
|
||||
//#define DEFAULT_HEAPSIZE (512000ul)
|
||||
#define DEFAULT_HEAPSIZE (0ul) /* don't use the pre-allocated heap */
|
||||
|
||||
int main (int argc, char* argv[])
|
||||
{
|
||||
|
Reference in New Issue
Block a user