diff options
author | nijtmans <nijtmans> | 2008-12-17 22:51:25 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-17 22:51:25 (GMT) |
commit | 8cbcff76b70a513012b0eee7043ed74e3cb9d2d1 (patch) | |
tree | b094e6439a8673aea2edec28b5dde847b04fb460 /unix | |
parent | b30b85e1f12de99bb852ad46166f88158597bc18 (diff) | |
download | tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.zip tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.tar.gz tk-8cbcff76b70a513012b0eee7043ed74e3cb9d2d1.tar.bz2 |
VOID -> void
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixPort.h | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/unix/tkUnixPort.h b/unix/tkUnixPort.h index 280c1db..b360450 100644 --- a/unix/tkUnixPort.h +++ b/unix/tkUnixPort.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixPort.h,v 1.15 2008/08/28 18:13:36 dgp Exp $ + * RCS: @(#) $Id: tkUnixPort.h,v 1.16 2008/12/17 22:51:25 nijtmans Exp $ */ #ifndef _UNIXPORT @@ -19,21 +19,6 @@ #define __UNIX__ 1 -/* - * 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> |