From 0b4301fe2dbcdb898e1e7291265fc22d72511608 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Wed, 30 Jun 2021 17:24:21 -0700 Subject: [PATCH] remove unused MAXLONG --- lib/sfio/sfhdr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/sfio/sfhdr.h b/lib/sfio/sfhdr.h index 2a773ad73..d12e598f2 100644 --- a/lib/sfio/sfhdr.h +++ b/lib/sfio/sfhdr.h @@ -247,9 +247,6 @@ extern "C" { #ifdef MAXSHORT #undef MAXSHORT #endif -#ifdef MAXLONG -#undef MAXLONG -#endif #include #define SFSETLOCALE(decimal,thousand) \ { struct lconv* lv; \ -- 2.40.0