Path: csiph.com!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Tim Rentsch
Newsgroups: comp.lang.c
Subject: Re: Block Comments Or Rest-Of-Line Comments?
Date: Thu, 21 Mar 2024 08:19:33 -0700
Organization: A noiseless patient Spider
Lines: 16
Message-ID: <86r0g3liii.fsf@linuxsc.com>
References: <_iXKN.556576$PuZ9.147822@fx11.iad>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Injection-Info: dont-email.me; posting-host="0bd4e75010dfbc7f5eb72cff193a6122"; logging-data="2399943"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18xnj3UvMfj2dLz1/dbReEOHvIo0EweGWU="
User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.4 (gnu/linux)
Cancel-Lock: sha1:7AP4vZshPs59Jrj2yBn/+fbzoKM= sha1:T1BdbkwMOhZErC2ej63Wj6bwXz4=
Xref: csiph.com comp.lang.c:383836
scott@slp53.sl.home (Scott Lurndal) writes:
> Lawrence D'Oliveiro writes:
>
>> The original comment delimiters in C were copied from PL/I: everything
>
> Cite?
Seen in the B language manual:
Comments are delimited as in PL/I by /* and */.
https://www.bell-labs.com/usr/dmr/www/kbman.html
Note that this style of commenting was not present in
B's precursor language, BCPL.