mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
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:
parent
11350334d0
commit
88bb4102b2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user