danfis / libccd

Library for collision detection between two convex shapes
Other
478 stars 108 forks source link

list.h: rename variable to not be a C++ keyword #60

Open mikebentley15 opened 4 years ago

mikebentley15 commented 4 years ago

In the list.h header, there is a variable called new. I know this is not a public header, but it is easy enough to change this variable so that the header could be included by a C++ file later on (as seems indicated by the extern "C" declaration at the top of the file)