Skip to content

Commit

Permalink
Update muParser.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingo Berg committed Dec 10, 2024
1 parent e3d22cd commit 1e514b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ namespace mu
*/
int Parser::IsVal(const char_type* a_szExpr, int* a_iPos, value_type* a_fVal)
{
#if defined(__APPLE__)
#if defined(__APPLE__) && defined(NEVERTRUE)
// 2023-12-23 Issue #136: This code breaks localization!
//
// I decided to not give a shit about localization being
Expand Down

0 comments on commit 1e514b5

Please sign in to comment.