Changed all #include directives for the stdlib to <> instead of "".
[vvhitespace] / examples / hello-stdlib / hello.pvvs
index dace168..507437e 100644 (file)
@@ -5,4 +5,4 @@ SSSSN           | ST: PUSH 0
 NSTTSSSN        | FC: JSR>1000 (printf; see stdlib)
 NNN             | FC: Terminate program
 
 NSTTSSSN        | FC: JSR>1000 (printf; see stdlib)
 NNN             | FC: Terminate program
 
-#include "stdio.pvvs"
+#include <stdio.pvvs>