diff options
author | nijtmans <nijtmans> | 2010-04-29 09:23:57 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-04-29 09:23:57 (GMT) |
commit | 189dc0720d07929d20d63d408619de129f31c478 (patch) | |
tree | a57cd5c0fde46086d5e02bda1ebb52d265eb531c /compat/stdlib.h | |
parent | dd801c86b1a462d516d4e3b97e459fc41a4be684 (diff) | |
download | tcl-189dc0720d07929d20d63d408619de129f31c478.zip tcl-189dc0720d07929d20d63d408619de129f31c478.tar.gz tcl-189dc0720d07929d20d63d408619de129f31c478.tar.bz2 |
Include "tcl.h", not <tcl.h>,
like everywhere else, to insure
that the version in the Tcl
distribution is used, not some
version from somewhere else.
Diffstat (limited to 'compat/stdlib.h')
-rw-r--r-- | compat/stdlib.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/compat/stdlib.h b/compat/stdlib.h index 1fe0a76..2c19c7f 100644 --- a/compat/stdlib.h +++ b/compat/stdlib.h @@ -13,15 +13,12 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: stdlib.h,v 1.4 2008/05/02 10:27:04 dkf Exp $ + * RCS: @(#) $Id: stdlib.h,v 1.5 2010/04/29 09:23:57 nijtmans Exp $ */ #ifndef _STDLIB #define _STDLIB -#include <tcl.h> -/* TODO: Do we need tcl.h any more? */ - extern void abort(void); extern double atof(const char *string); extern int atoi(const char *string); |