From: Aaron Taylor Date: Sat, 20 Jul 2019 06:03:01 +0000 (-0700) Subject: Changed all #include directives for the stdlib to <> instead of "". X-Git-Url: http://git.subgeniuskitty.com/vvhitespace/.git/commitdiff_plain/1589e0669c90dff7904baac28ef0a3a0b127e9a8 Changed all #include directives for the stdlib to <> instead of "". --- diff --git a/examples/hello-stdlib/hello.pvvs b/examples/hello-stdlib/hello.pvvs index dace168..507437e 100644 --- a/examples/hello-stdlib/hello.pvvs +++ b/examples/hello-stdlib/hello.pvvs @@ -5,4 +5,4 @@ SSSSN | ST: PUSH 0 NSTTSSSN | FC: JSR>1000 (printf; see stdlib) NNN | FC: Terminate program -#include "stdio.pvvs" +#include diff --git a/examples/print-number-from-stack/printnum.pvvs b/examples/print-number-from-stack/printnum.pvvs index 691601e..742f1db 100644 --- a/examples/print-number-from-stack/printnum.pvvs +++ b/examples/print-number-from-stack/printnum.pvvs @@ -6,4 +6,4 @@ SSSTSTSN | ST: Push +10 (ASCII '\n') TNSS | IO: Putchar NNN | FC: Terminate program -#include "stdio.pvvs" +#include diff --git a/examples/random-heap-dump/randomheap.pvvs b/examples/random-heap-dump/randomheap.pvvs index 8cc142c..b677618 100644 --- a/examples/random-heap-dump/randomheap.pvvs +++ b/examples/random-heap-dump/randomheap.pvvs @@ -14,5 +14,5 @@ SSSTSSSSN | PUSH 16 NSTTTTSSSN | JSR > 111000 (dump heap) NNN | DIE -#include "debug.pvvs" -#include "heap.pvvs" +#include +#include