Skip to content

Commit

Permalink
Making room for the new scripting system
Browse files Browse the repository at this point in the history
  • Loading branch information
enkiv2 committed Jul 12, 2011
1 parent e1cb657 commit 5831b4c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 94 deletions.
11 changes: 11 additions & 0 deletions include/kaukatcr.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#ifndef _kaukatcr_h_
#define _kaukatcr_h_
#include <system.h>
#include <zz.h>

int interp_ip[maxpid]; //@ Cell ID for the current instruction
int interp_dictptr[maxpid]; //@ Cell ID for the top of the dictionary
int interp_sp[maxpid]; //@ Cell ID for the top of the stack

#endif

44 changes: 0 additions & 44 deletions include/zx.h

This file was deleted.

4 changes: 4 additions & 0 deletions src/kaukatcr.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#include <kaukatcr.h>

/* this comment intentionally left blank */

50 changes: 0 additions & 50 deletions src/zx.c

This file was deleted.

0 comments on commit 5831b4c

Please sign in to comment.