summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPort.h
diff options
context:
space:
mode:
authornijtmans <nijtmans>2008-12-17 22:51:25 (GMT)
committernijtmans <nijtmans>2008-12-17 22:51:25 (GMT)
commit8cbcff76b70a513012b0eee7043ed74e3cb9d2d1 (patch)
treeb094e6439a8673aea2edec28b5dde847b04fb460 /macosx/tkMacOSXPort.h
parentb30b85e1f12de99bb852ad46166f88158597bc18 (diff)
downloadtk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.zip
tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.tar.gz
tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.tar.bz2
VOID -> void
Diffstat (limited to 'macosx/tkMacOSXPort.h')
-rw-r--r--macosx/tkMacOSXPort.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/macosx/tkMacOSXPort.h b/macosx/tkMacOSXPort.h
index 3e89e7e..13bf235 100644
--- a/macosx/tkMacOSXPort.h
+++ b/macosx/tkMacOSXPort.h
@@ -12,27 +12,12 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXPort.h,v 1.14 2008/08/19 15:52:13 georgeps Exp $
+ * RCS: @(#) $Id: tkMacOSXPort.h,v 1.15 2008/12/17 22:51:25 nijtmans Exp $
*/
#ifndef _TKMACPORT
#define _TKMACPORT
-/*
- * Macro to use instead of "void" for arguments that must have
- * type "void *" in ANSI C; maps them to type "char *" in
- * non-ANSI systems. This macro may be used in some of the include
- * files below, which is why it is defined here.
- */
-
-#ifndef VOID
-# ifdef __STDC__
-# define VOID void
-# else
-# define VOID char
-# endif
-#endif
-
#include <stdio.h>
#include <ctype.h>
#include <fcntl.h>