fixes scope bug in test code, typo in runtime and makefiles

This commit is contained in:
Samuel D. Crow
2021-03-25 14:38:17 -05:00
parent 48505d1ef8
commit fd89b1a054
4 changed files with 22 additions and 9 deletions

View File

@@ -4,8 +4,9 @@
** by Samuel D. Crow
*/
#ifndef YAB_RUNTIME
#define YAB_RUTTIME
#define YAB_RUNTIME
#include <string>
#include <cstdio>
using namespace std;