summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-05-20 08:53:19 +0000
committerrillig <rillig@pkgsrc.org>2006-05-20 08:53:19 +0000
commit80e5ee2f45f040b98366eac20c66db36e2dac4ee (patch)
treed2f2f8e9e8cf5dbe52fdbf541cfe0a5b6bc9d6f8 /pkgtools
parent744a0661d82d771613a7737ccd9808e0f0641f09 (diff)
downloadpkgsrc-80e5ee2f45f040b98366eac20c66db36e2dac4ee.tar.gz
Switching the programming language of pkglint to C++ is not an option.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/doc/chap.code.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/pkgtools/pkglint/files/doc/chap.code.xml b/pkgtools/pkglint/files/doc/chap.code.xml
index 0cc9517fac1..dbba5f8989f 100644
--- a/pkgtools/pkglint/files/doc/chap.code.xml
+++ b/pkgtools/pkglint/files/doc/chap.code.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: chap.code.xml,v 1.2 2006/02/28 23:22:49 rillig Exp $ -->
+<!-- $NetBSD: chap.code.xml,v 1.3 2006/05/20 08:53:19 rillig Exp $ -->
<chapter id="code">
<title>Code structure</title>
@@ -282,5 +282,9 @@
a string representation of the reference and match the regular
expression against that.</para>
+ <para>Switching to C++ is not an option, since the typing
+ overhead would be more than twice the current amount. As a
+ consequence the code would become much less readable.</para>
+
</sect1>
</chapter>