From e9e6c46b503cb7335e517d422a6d34f825db2a9d Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Mon, 13 Aug 2001 16:13:26 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'unlabeled-1.67.2'. --- ext/mysql/libmysql/strtoll.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 ext/mysql/libmysql/strtoll.c (limited to 'ext/mysql/libmysql/strtoll.c') diff --git a/ext/mysql/libmysql/strtoll.c b/ext/mysql/libmysql/strtoll.c deleted file mode 100644 index 4dde6e4e87..0000000000 --- a/ext/mysql/libmysql/strtoll.c +++ /dev/null @@ -1,11 +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 strtoll() if neaded */ - -#include -#include -#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG) -#define LONGLONG -#include "strto.c" -#endif -- cgit v1.2.1