dtoolbase: Rename pdtoa.c -> pdtoa.cxx.

It's actually a C++ file (contains C++-only constructs) and should have the proper file extension so it compiles with the appropriate language.
This commit is contained in:
Sam Edwards 2015-05-02 11:49:30 -07:00 committed by rdb
parent 11350334d0
commit 88bb4102b2
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include "mutexWin32Impl.cxx"
#include "mutexSpinlockImpl.cxx"
#include "neverFreeMemory.cxx"
#include "pdtoa.c"
#include "pdtoa.cxx"
#include "pstrtod.cxx"
#include "register_type.cxx"
#include "typeHandle.cxx"