diff options
author | David Robillard <d@drobilla.net> | 2019-04-14 10:54:04 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-04-14 11:18:00 +0200 |
commit | 280232c8b4c7d7f7cd1d2538d185ae1f9c5b1ea4 (patch) | |
tree | 75b84cf74718ad7363bc8bb9383c4988759960d1 | |
parent | 3b8a3bf458e920c1cff533db72e17ecc7b09c36d (diff) | |
download | lilv-280232c8b4c7d7f7cd1d2538d185ae1f9c5b1ea4.tar.gz lilv-280232c8b4c7d7f7cd1d2538d185ae1f9c5b1ea4.tar.bz2 lilv-280232c8b4c7d7f7cd1d2538d185ae1f9c5b1ea4.zip |
Remove workaround for ancient MSVC
-rw-r--r-- | utils/lv2info.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/utils/lv2info.c b/utils/lv2info.c index ed570f9..d8c3abf 100644 --- a/utils/lv2info.c +++ b/utils/lv2info.c @@ -29,10 +29,6 @@ #include <stdlib.h> #include <string.h> -#ifdef _MSC_VER -# define isnan _isnan -#endif - LilvNode* applies_to_pred = NULL; LilvNode* control_class = NULL; LilvNode* event_class = NULL; |