summaryrefslogtreecommitdiffstats
path: root/generic/tclMath.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclMath.h')
-rw-r--r--generic/tclMath.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/generic/tclMath.h b/generic/tclMath.h
new file mode 100644
index 0000000..69c0f9f
--- /dev/null
+++ b/generic/tclMath.h
@@ -0,0 +1,20 @@
+/*
+ * tclMath.h --
+ *
+ * This file used to be necessary on the Macintosh.
+ * It is only kept for backward compatibility purposes.
+ *
+ * Copyright (c) 1997 Sun Microsystems, Inc.
+ *
+ * See the file "license.terms" for information on usage and redistribution
+ * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
+ *
+ * RCS: @(#) $Id: tclMath.h,v 1.3 2004/03/17 18:14:14 das Exp $
+ */
+
+#ifndef _TCLMATH
+#define _TCLMATH
+
+#include <math.h>
+
+#endif /* _TCLMATH */