From bd1424169d39b5fd5b5e7cd2319cf8dbff4f3013 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Wed, 14 Apr 2021 00:01:05 -0400 Subject: [PATCH] Fix copyright in the file header. --- md2teach/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/md2teach/main.c b/md2teach/main.c index 710a53e..ed887c7 100644 --- a/md2teach/main.c +++ b/md2teach/main.c @@ -3,7 +3,7 @@ * md2teach * * Created by Jeremy Rand on 2021-04-13. - * Copyright (c) 2021 ___ORGANIZATIONNAME___. All rights reserved. + * Copyright (c) 2021 Jeremy Rand. All rights reserved. * */ @@ -29,6 +29,8 @@ // suspect things can get much worse with a complex document but this // approach should let me measure the worst case stack with a complex // document. +// +// Leaving the stack very big for now at 32K. #pragma stacksize 32768