diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-20 08:53:19 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-20 08:53:19 +0000 |
commit | 80e5ee2f45f040b98366eac20c66db36e2dac4ee (patch) | |
tree | d2f2f8e9e8cf5dbe52fdbf541cfe0a5b6bc9d6f8 | |
parent | 744a0661d82d771613a7737ccd9808e0f0641f09 (diff) | |
download | pkgsrc-80e5ee2f45f040b98366eac20c66db36e2dac4ee.tar.gz |
Switching the programming language of pkglint to C++ is not an option.
-rw-r--r-- | pkgtools/pkglint/files/doc/chap.code.xml | 6 |
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> |