summaryrefslogtreecommitdiff
path: root/comm/global.h
diff options
context:
space:
mode:
authorchatty2000-11-28 17:07:45 +0000
committerchatty2000-11-28 17:07:45 +0000
commitbab890b80daf75b00a44e34bbdfad42ccf8629d8 (patch)
treeae27912ae0240e359efc291a0bcf24b45371d798 /comm/global.h
parentff600558b5554303394584cc5608190ad0423dbd (diff)
downloadivy-league-bab890b80daf75b00a44e34bbdfad42ccf8629d8.zip
ivy-league-bab890b80daf75b00a44e34bbdfad42ccf8629d8.tar.gz
ivy-league-bab890b80daf75b00a44e34bbdfad42ccf8629d8.tar.bz2
ivy-league-bab890b80daf75b00a44e34bbdfad42ccf8629d8.tar.xz
*** empty log message ***
Diffstat (limited to 'comm/global.h')
-rw-r--r--comm/global.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/comm/global.h b/comm/global.h
deleted file mode 100644
index 71244dc..0000000
--- a/comm/global.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * The Unix Channel
- *
- * by Michel Beaudouin-Lafon
- *
- * Copyright 1990-1993
- * Laboratoire de Recherche en Informatique (LRI)
- *
- * General definitions
- *
- * $Id$
- * $CurLog$
- */
-
-#ifndef UchGlobal_H_
-#define UchGlobal_H_
-
-#ifndef NIL
-#define NIL 0
-#define Nil(type) ((type) NIL)
-#endif /* NIL */
-
-typedef void *pointer;
-
-#include "ccu/bool.h"
-#include "ccu/word.h"
-
-#endif /* UchGlobal_H_ */