commit 421f3e5
Michael Forney
·
2026-05-03 03:18:10 +0000 UTC
parent 7fb4f44
libpng: Remove unneeded restrict define
1 files changed,
+1,
-1
+1,
-1
1@@ -37,7 +37,7 @@
2 #define STDC_HEADERS 1
3 /* #undef TM_IN_SYS_TIME */
4 #define VERSION "1.6.43"
5-#define restrict __restrict__
6+/* #undef restrict */
7 #if defined __SUNPRO_CC && !defined __RESTRICT && !defined __restrict__
8 # define _Restrict
9 # define __restrict__