Skip to content

Commit eb9272f

Browse files
committed
use size_t instead of uint32_t for flisp heap size
1 parent 5c70ee6 commit eb9272f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flisp/flisp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ struct _fl_context_t {
465465
unsigned char *tospace;
466466
unsigned char *curheap;
467467
unsigned char *lim;
468-
uint32_t heapsize;//bytes
468+
size_t heapsize;//bytes
469469
uint32_t *consflags;
470470

471471
// error utilities --------------------------------------------------

0 commit comments

Comments
 (0)