lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] gwc-no-xslfo f294831 09/12: Mark some deferred PDF i


From: Greg Chicares
Subject: [lmi-commits] [lmi] gwc-no-xslfo f294831 09/12: Mark some deferred PDF issues
Date: Sat, 27 Jan 2018 04:23:34 -0500 (EST)

branch: gwc-no-xslfo
commit f29483178f79827ffdf4130f30d1096f162d6a06
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Mark some deferred PDF issues
---
 objects.make          | 5 +++++
 test_coding_rules.cpp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/objects.make b/objects.make
index 51dca97..ad6c115 100644
--- a/objects.make
+++ b/objects.make
@@ -174,6 +174,11 @@ cli_objects := \
 
 # Illustrations: files shared by the antediluvian and production branches.
 
+# PDF !! Expunge these two object files
+#  ledger_xml_io.o
+#  ledger_xsl.o
+# from the list below.
+
 common_common_objects := \
   $(boost_filesystem_objects) \
   $(xmlwrapp_objects) \
diff --git a/test_coding_rules.cpp b/test_coding_rules.cpp
index c4fb31a..21ca4b6 100644
--- a/test_coding_rules.cpp
+++ b/test_coding_rules.cpp
@@ -485,7 +485,7 @@ void check_copyright(file const& f)
     std::time_t const t0 = std::time(nullptr);
     std::tm const*const t1 = std::localtime(&t0);
     LMI_ASSERT(nullptr != t1);
-// Temporarily accept 201*:
+// PDF !! Temporarily accept 201*:
 //  int const year = 1900 + t1->tm_year;
     int const year = 201;
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]