From bab890b80daf75b00a44e34bbdfad42ccf8629d8 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 28 Nov 2000 17:07:45 +0000 Subject: *** empty log message *** --- comm/global.h | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 comm/global.h (limited to 'comm/global.h') 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_ */ -- cgit v1.1