nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 16 lines 450 B view raw
1diff --git a/jpeg/62/jpeglib.h b/jpeg/62/jpeglib.h 2index d1be8dd..38436ef 100644 3--- a/jpeg/62/jpeglib.h 4+++ b/jpeg/62/jpeglib.h 5@@ -814,11 +814,7 @@ typedef JMETHOD(boolean, jpeg_marker_parser_method, (j_decompress_ptr cinfo)); 6 * Note JPP requires double parentheses. 7 */ 8 9-#ifdef HAVE_PROTOTYPES 10 #define JPP(arglist) arglist 11-#else 12-#define JPP(arglist) () 13-#endif 14 15 16 /* Short forms of external names for systems with brain-damaged linkers.