From dc1cdfb8f8b3130aaff6e92eaf1042e52e8a1a3a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Oct 2009 15:09:39 +0000 Subject: --- src/core/interpret.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/interpret.c') diff --git a/src/core/interpret.c b/src/core/interpret.c index e471e72..9a7eef4 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -83,10 +83,12 @@ Interpret* interpret_new(List *p_list_token, Hash *p_hash_syms) { Interpret *p_interpret = malloc(sizeof(Interpret)); + /* No subprocess */ if (p_hash_syms != NULL) { p_interpret->p_scope = scope_new(p_hash_syms); p_interpret->b_scope_delete = true; + /* Subprocess */ } else { p_interpret->p_scope = NULL; p_interpret->b_scope_delete = false; -- cgit v1.2.3 From 37d92f8d048366d94b159752b65b79c22fef94cf Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Oct 2009 15:11:18 +0000 Subject: --- src/core/interpret.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/interpret.c') diff --git a/src/core/interpret.c b/src/core/interpret.c index 9a7eef4..d30d65e 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2008, Paul Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- -- cgit v1.2.3 From a19e7caed9e54b3e601f32617c909f856dfec265 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 30 Oct 2009 15:11:44 +0000 Subject: --- src/core/interpret.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/interpret.c') diff --git a/src/core/interpret.c b/src/core/interpret.c index d30d65e..ddd4d09 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -6,7 +6,7 @@ *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: - *: Copyright (c) 2005 - 2009, Dipl.-Inforn. (FH) Paul C. Buetow + *: Copyright (c) 2005 - 2009, Dipl.-Inform. (FH) Paul C. Buetow *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- -- cgit v1.2.3 From edab52e9856f5af831a21ab14cc1452eda4399e9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 14 Nov 2009 08:58:02 +0000 Subject: --- src/core/interpret.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/interpret.c') diff --git a/src/core/interpret.c b/src/core/interpret.c index ddd4d09..49fab69 100644 --- a/src/core/interpret.c +++ b/src/core/interpret.c @@ -2,7 +2,7 @@ *: File: ./src/core/interpret.c *: A simple interpreter *: - *: WWW : http://fype.buetow.org + *: WWW : http://fype.buetow.org *: AUTHOR : http://paul.buetow.org *: E-Mail : fype at dev.buetow.org *: @@ -16,7 +16,7 @@ *: * Redistributions in binary form must reproduce the above copyright *: notice, this list of conditions and the following disclaimer in the *: documentation and/or other materials provided with the distribution. - *: * Neither the name of P. B. Labs nor the names of its contributors may + *: * Neither the name of buetow.org nor the names of its contributors may *: be used to endorse or promote products derived from this software *: without specific prior written permission. *: -- cgit v1.2.3