summaryrefslogtreecommitdiff
path: root/PACE/pace/stddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/stddef.h')
-rw-r--r--PACE/pace/stddef.h37
1 files changed, 0 insertions, 37 deletions
diff --git a/PACE/pace/stddef.h b/PACE/pace/stddef.h
deleted file mode 100644
index 712b388ec18..00000000000
--- a/PACE/pace/stddef.h
+++ /dev/null
@@ -1,37 +0,0 @@
-/* $Id$
-
-* ============================================================================
-*
-* = LIBRARY
-* pace
-*
-* = FILENAME
-* pace/stddef.h
-*
-* = AUTHOR
-* John Heitmann
-*
-* =========================================================================== *\
-/
-
-#ifndef PACE_STDDEF_H
-#define PACE_STDDEF_H
-
-#include <stddef.h>
-
-#if defined (PACE_HAS_CPLUSPLUS)
-extern "C" {
-#endif /* PACE_HAS_CPLUSPLUS */
-
-#define PACE_NULL NULL;
-#define pace_ofsetof offsetof;
-
-typedef ptrdiff_t pace_ptrdiff_t;
-typedef size_t pace_size_t;
-typedef wchar_t pace_wchar_t;
-
-# if defined (PACE_HAS_CPLUSPLUS)
-}
-# endif /* PACE_HAS_CPLUSPLUS */
-
-#endif /* PACE_STDDEF_H */