summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2023-04-19 10:22:43 +0200
committerGitHub <noreply@github.com>2023-04-19 10:22:43 +0200
commit1a5fba25987c8f44a0fdcf8219d9243a3d04dda2 (patch)
tree9ddc6177529da531c4c25852f2ca88adde7740f3 /src/report.h
parentbd510c2e5f6269b4112f032d2a9e1d7665e4fd74 (diff)
parentd2de65d7d8b366bc3a6291831e7a1090e2e940a4 (diff)
downloadledger-1a5fba25987c8f44a0fdcf8219d9243a3d04dda2.tar.gz
ledger-1a5fba25987c8f44a0fdcf8219d9243a3d04dda2.tar.bz2
ledger-1a5fba25987c8f44a0fdcf8219d9243a3d04dda2.zip
Merge pull request #2238 from afh/cleanup-system-defines
Cleanup system defines
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.h b/src/report.h
index a63360ca..daa9c7c0 100644
--- a/src/report.h
+++ b/src/report.h
@@ -806,7 +806,7 @@ public:
OPTION(report_t, output_); // -o
// setenv() is not available on WIN32
-#if defined(HAVE_ISATTY) and !defined(_WIN32) and !defined(__CYGWIN__)
+#if HAVE_ISATTY and !defined(_WIN32) and !defined(__CYGWIN__)
OPTION__
(report_t, pager_,
CTOR(report_t, pager_) {