diff options
author | serg@serg.mylan <> | 2004-02-13 15:27:21 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2004-02-13 15:27:21 +0100 |
commit | 5914e5705c62e065d52754d2e33f7224398d3e0e (patch) | |
tree | e72eb3285c6d77bd43ee040603595ce715626551 /libmysql/Makefile.shared | |
parent | 67fbc4d2b70ffeab70d547a59e2d9af05c8e3d41 (diff) | |
download | mariadb-git-5914e5705c62e065d52754d2e33f7224398d3e0e.tar.gz |
my_atof is deleted
strtod from mit-threads is restored and cleaned up
Diffstat (limited to 'libmysql/Makefile.shared')
-rw-r--r-- | libmysql/Makefile.shared | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysql/Makefile.shared b/libmysql/Makefile.shared index 1cffae4dc56..678abc91859 100644 --- a/libmysql/Makefile.shared +++ b/libmysql/Makefile.shared @@ -32,7 +32,7 @@ target_sources = libmysql.c password.c manager.c \ get_password.c errmsg.c mystringsobjects = strmov.lo strxmov.lo strxnmov.lo strnmov.lo \ - strmake.lo strend.lo \ + strmake.lo strend.lo strtod.lo \ strnlen.lo strfill.lo is_prefix.lo \ int2str.lo str2int.lo strinstr.lo strcont.lo \ strcend.lo bcmp.lo ctype-latin1.lo \ |