Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoirier committed Jun 17, 2015
1 parent 5ab2a66 commit e58eac4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion picoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e58eac4

Please sign in to comment.