From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8143b93889fe9472 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.180.83.104 with SMTP id p8mr2494927wiy.4.1359634925046; Thu, 31 Jan 2013 04:22:05 -0800 (PST) Path: i11ni31086wiw.0!nntp.google.com!feeder1.cambriumusenet.nl!82.197.223.108.MISMATCH!feeder2.cambriumusenet.nl!feed.tweaknews.nl!209.197.12.246.MISMATCH!nx02.iad01.newshosting.com!newshosting.com!newspump.sol.net!xlned.com!feeder5.xlned.com!border5.a.newsrouter.astraweb.com!news.astraweb.com!border6.newsrouter.astraweb.com!newspeer1.nac.net!news.mi.ras.ru!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Ada standard and maximum line lengths Date: Tue, 29 Jan 2013 22:14:06 +0100 Organization: cbb software GmbH Message-ID: <66zg1gq32di7.153ywcqi60iu6$.dlg@40tude.net> References: <8dfcf819-e1d0-4578-a795-a4bf724b5014@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: cDN0fd8KlIeJLyErIrSf0A.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2013-01-29T22:14:06+01:00 List-Id: On Tue, 29 Jan 2013 22:36:54 +0200, Niklas Holsti wrote: > While 200 characters is IMO overkill for an > identifier, which is a lexical element, it is not overkill for a string > literal, which is also a lexical element. Surely you would write large constant strings rather using concatenation or else array aggregates, for which no limit apply. E.g. I am using array aggregates for embedded Gtk images. They could be of many kilobytes size. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de