aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sc_interp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/sc_interp.c b/src/sc_interp.c
index 3ee41ff..9a9c9d8 100644
--- a/src/sc_interp.c
+++ b/src/sc_interp.c
@@ -647,9 +647,9 @@ static void run_macro_contents(SCInterpreter *scin)
int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl)
{
- printf("Running this --------->\n");
- show_sc_blocks(bl);
- printf("<------------\n");
+ //printf("Running this --------->\n");
+ //show_sc_blocks(bl);
+ //printf("<------------\n");
while ( bl != NULL ) {
@@ -693,8 +693,8 @@ int sc_interp_add_blocks(SCInterpreter *scin, SCBlock *bl)
} else {
- fprintf(stderr, "Don't know what to do with this:\n");
- show_sc_block(bl, "");
+ //fprintf(stderr, "Don't know what to do with this:\n");
+ //show_sc_block(bl, "");
}