open_toontown_panda3d/dtool
rdb ae8d643907 cppparser: Prefer function over type when searching symbol
This is meant to fix the "stat problem", which means you can define a function with the same name as a struct, which is allowed, since you can still refer to the struct with an explicit `struct stat`.

It can be reproduced with the following code:

struct stat;

void stat();

void *ptr = (void *)stat;
2024-03-28 21:02:32 +01:00
..
metalibs interrogatedb: Indicate whether types/function wrappers are deprecated 2022-10-24 13:24:20 +02:00
src cppparser: Prefer function over type when searching symbol 2024-03-28 21:02:32 +01:00
CMakeLists.txt CMake: Remove p3dtoolconfig from build 2019-11-04 14:02:06 -07:00
CompilerFlags.cmake CMake: Split out Objective-C++ flags on macOS to fix crash 2023-05-08 20:00:39 +02:00
Config.cmake Squash merge webgl-port branch into master 2024-01-25 15:37:38 +01:00
LocalSetup.cmake CMake: Improve reporting of enabled-but-not-found packages 2020-12-20 18:36:41 +01:00
Package.cmake Squash merge webgl-port branch into master 2024-01-25 15:37:38 +01:00
PandaVersion.cmake CMake: Drop support for CMake versions below 3.13 2022-03-09 16:23:37 +01:00
dtool_config.h.in dtoolbase: Use mimalloc on Windows, disable USE_DELETED_CHAIN 2022-02-04 23:50:57 +01:00