Skip to content

Commit

Permalink
Looks like BSD uses locale_t as well
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Oct 9, 2024
1 parent cf41e92 commit dcccf40
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions opennurbs/opennurbs_locale.patch
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,14 @@
// Test formatted scanning
double a = ON_UNSET_VALUE;
// Testing C-runtime - do not using ON_String::Scan
--- opennurbs/opennurbs_locale.h 2024-10-09 16:55:58.208881912 -0400
+++ OPENNURBS_BLD/opennurbs_locale.h 2024-10-09 16:58:29.524197114 -0400
@@ -21,6 +21,8 @@
locale_t
#elif defined(ON_RUNTIME_ANDROID)
locale_t
+#elif defined(ON_RUNTIME_BSD)
+ locale_t
#else
ON__UINT_PTR
#endif

0 comments on commit dcccf40

Please sign in to comment.