diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2025-01-08 12:05:49 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2025-01-08 12:05:49 -0500 |
commit | cac93b982c3148e930487f0c228d61237e6970f8 (patch) | |
tree | 937f8fbf1fc7ec64226ccc1a9923838cb980596a /sci-calculators/units/files/units-2.20-readerror.patch | |
parent | b11fc4daad7a559f97677f2e3f21f3cafcedcb62 (diff) | |
download | gentoo-overlay-cac93b982c3148e930487f0c228d61237e6970f8.tar.xz gentoo-overlay-cac93b982c3148e930487f0c228d61237e6970f8.zip |
sci-calculators/units: drop
Diffstat (limited to 'sci-calculators/units/files/units-2.20-readerror.patch')
-rw-r--r-- | sci-calculators/units/files/units-2.20-readerror.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sci-calculators/units/files/units-2.20-readerror.patch b/sci-calculators/units/files/units-2.20-readerror.patch deleted file mode 100644 index ccb12c6..0000000 --- a/sci-calculators/units/files/units-2.20-readerror.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/units.c -+++ b/units.c -@@ -761,7 +761,7 @@ - } - - --#define readerror (goterr=1) && errfile && fprintf -+#define readerror(...) do { goterr=1; if (errfile) fprintf(__VA_ARGS__); } while (0) - - #define VAGUE_ERR "%s: error in units file '%s' line %d\n", \ - progname, file, linenum |