aboutsummaryrefslogtreecommitdiff
path: root/backendC/CleanCompilerSources/docommand.c
diff options
context:
space:
mode:
authorronny2001-05-09 13:07:31 +0000
committerronny2001-05-09 13:07:31 +0000
commit84d1f8e81f1c471e44a83d7fa299948d17dba09c (patch)
treeb697654e6f47bd362e4ce51de3be6641dd3c8d50 /backendC/CleanCompilerSources/docommand.c
parentremoved dumprestore modules (diff)
removed docommand modules
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@416 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'backendC/CleanCompilerSources/docommand.c')
-rw-r--r--backendC/CleanCompilerSources/docommand.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/backendC/CleanCompilerSources/docommand.c b/backendC/CleanCompilerSources/docommand.c
deleted file mode 100644
index 7e9a5db..0000000
--- a/backendC/CleanCompilerSources/docommand.c
+++ /dev/null
@@ -1,16 +0,0 @@
-typedef struct clean_string {int length; char chars [1]; } *CleanString;
-
-# define Clean(ignore)
-# include "docommand.h"
-/*
- Clean string
- ============
-*/
-
-extern int do_command (char *command);
-
-int
-DoCommandNullTerminated (CleanString command)
-{
- return (docommand (command->chars));
-} /* DoCommandNullTerminated */