Skip to content

Commit 4b26757

Browse files
committed
Fix typos
1 parent 7a10c4a commit 4b26757

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/pybind11/detail/internals.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -324,12 +324,12 @@ struct type_info {
324324
# define PYBIND11_BUILD_LIB ""
325325
# endif
326326
# if (_MSC_VER) / 100 == 19
327-
# define PYBIND11_BUILD_ABI NB_BUILD_LIB "_19"
327+
# define PYBIND11_BUILD_ABI PYBIND11_BUILD_LIB "_19"
328328
# else
329-
# define PYBIND11_BUILD_ABI NB_BUILD_LIB "_unknown"
329+
# define PYBIND11_BUILD_ABI PYBIND11_BUILD_LIB "_unknown"
330330
# endif
331331
#elif defined(_LIBCPP_ABI_VERSION)
332-
# define PYBIND11_BUILD_ABI "_abi" NB_TOSTRING(_LIBCPP_ABI_VERSION)
332+
# define PYBIND11_BUILD_ABI "_abi" PYBIND11_TOSTRING(_LIBCPP_ABI_VERSION)
333333
#elif defined(__GLIBCXX__)
334334
# if _GLIBCXX_USE_CXX11_ABI
335335
# define PYBIND11_BUILD_ABI ""

0 commit comments

Comments
 (0)