removed label.h and label.c from archive
authorChristian Schäfer <schaefer@ipd.info.uni-karlsruhe.de>
Wed, 31 May 2000 13:45:15 +0000 (13:45 +0000)
committerChristian Schäfer <schaefer@ipd.info.uni-karlsruhe.de>
Wed, 31 May 2000 13:45:15 +0000 (13:45 +0000)
[r14]

ir/tv/label.c [deleted file]
ir/tv/label.h [deleted file]

diff --git a/ir/tv/label.c b/ir/tv/label.c
deleted file mode 100644 (file)
index 748c10e..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
-*/
-
-# include "label.h"
-
-label last_label;
diff --git a/ir/tv/label.h b/ir/tv/label.h
deleted file mode 100644 (file)
index 6d2efb2..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright (C) 1998 - 2000 by Universitaet Karlsruhe
-** All rights reserved.
-**
-** Authors: Martin Trapp, Christian Schaefer
-**
-*/
-
-typedef unsigned long label;
-extern label last_label;
-#define new_label() (++last_label)