From 83fc7fc84fc2b439da0cc4e08cb511d9753dbcca Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Tue, 26 Nov 2002 01:38:49 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_1_0b2'. --- ext/mysql/libmysql/strtoull.c | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 ext/mysql/libmysql/strtoull.c (limited to 'ext/mysql/libmysql/strtoull.c') diff --git a/ext/mysql/libmysql/strtoull.c b/ext/mysql/libmysql/strtoull.c deleted file mode 100644 index 9dea75fd28..0000000000 --- a/ext/mysql/libmysql/strtoull.c +++ /dev/null @@ -1,12 +0,0 @@ -/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB -This file is public domain and comes with NO WARRANTY of any kind */ - -/* This is defines strtoull() */ - -#include -#include -#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG) -#define USE_UNSIGNED -#define USE_LONGLONG -#include "strto.c" -#endif -- cgit v1.2.1