From a3a75aefa3597c393756e9f9405398a450d2c9f6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 21 Feb 2015 18:19:58 +0100 Subject: Moved Turing machine printing into separate function --- example/turing/src/machine.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example/turing/src/machine.h') diff --git a/example/turing/src/machine.h b/example/turing/src/machine.h index 2404d9a..c1338e1 100644 --- a/example/turing/src/machine.h +++ b/example/turing/src/machine.h @@ -1,5 +1,5 @@ -#ifndef TYPEASVALUE_EXAMPLE_TURING_MACHINE_H_ -#define TYPEASVALUE_EXAMPLE_TURING_MACHINE_H_ +#ifndef TYPEASVALUE_EXAMPLE_TURING_SRC_MACHINE_H_ +#define TYPEASVALUE_EXAMPLE_TURING_SRC_MACHINE_H_ #include "conditional/cond.h" @@ -95,4 +95,4 @@ using run = tav::Eval