diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-31 22:10:20 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-01 17:56:27 +0900 |
| commit | 41b715c98980fb74858ed2e337a152c22de3927b (patch) | |
| tree | 99a82e2742e8c1f5fbdfe5692086dbcc1cee75e1 /mimelib | |
| parent | d086d9436d1c40ad85369b1b4a0959a879645bb3 (diff) | |
| download | tdepim-master.tar.gz tdepim-master.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mimelib')
| -rw-r--r-- | mimelib/mimelib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mimelib/mimelib/config.h b/mimelib/mimelib/config.h index 9467d30d..785d5bd5 100644 --- a/mimelib/mimelib/config.h +++ b/mimelib/mimelib/config.h @@ -136,7 +136,7 @@ typedef bool DwBool; # define DW_STD_16_BIT #endif -#if defined(__alpha) || defined(__sgi) +#if defined(__alpha) # define DW_STD_64_BIT #endif |
