From e58eac4ae60a4084322a9cbc4e76a3791315a2d9 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Tue, 16 Jun 2015 22:56:37 -0500 Subject: [PATCH] minor formatting --- Makefile | 3 ++- picoc.c | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a0198f5..7bc63e3 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ CC=gcc # Use $ xxd -i ./LICENSE > LICENSE.h -# to create the license info file, remember to add a null character to the end. +# to create the license info file. Should be signed char, add a +# null character to the end of the array. # -O3 -g # -std=gnu11 diff --git a/picoc.c b/picoc.c index 998c9eb..04108a4 100644 --- a/picoc.c +++ b/picoc.c @@ -15,7 +15,6 @@ #include "LICENSE.h" /* Override via STACKSIZE environment variable */ -/* stack space */ #define PICOC_STACK_SIZE (128000*4) int main(int argc, char **argv)