9front - general discussion about 9front
 help / color / mirror / Atom feed
From: Humm <hummsmith42@gmail.com>
To: 9front@9front.org
Subject: Re: [9front] exportfs: fix debug logging
Date: Mon, 16 Aug 2021 22:17:20 +0200	[thread overview]
Message-ID: <YRrH0HrMa8A8pHF5@beryllium.local> (raw)
In-Reply-To: <CABB-WO95DO+FZcEKXHaob-W-ZHqXxbrGoKKH+gB-90ZiCtsOEA@mail.gmail.com>

>> You most definitely can. What makes you think otherwise?
>
> Because I tried it.  Example: that Abaco patch (attached to the 
> email you are responding to) except take away the { } around int i; 
> Text *status.
>
> Not complaining, just saying.

Plan 9 C works like C99 in this regard: You can mix declarations and 
statements however you want, but you can’t put labels on declarations.  
(In C2x, you can.)

You find declarations at the beginning of compound statements often 
because they couldn’t be mixed with statements in C89.

-- 
Humm

  reply	other threads:[~2021-08-17  9:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13  6:46 unobe
2021-08-13 11:15 ` Amavect
2021-08-14 20:14 ` Stuart Morrow
2021-08-15 16:40   ` kvik
2021-08-15 20:44     ` Stuart Morrow
2021-08-16 20:17       ` Humm [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-13  1:11 Amavect
2021-08-13 19:11 ` ori
2021-08-14 22:04   ` Amavect
2021-08-15 16:29     ` kvik
2021-08-16  4:40       ` unobe
2021-08-16  5:20         ` ori
2021-08-16 16:49           ` unobe
2021-08-16 13:55         ` kvik
2021-08-16 16:50           ` unobe
2021-08-16 17:56           ` Amavect
2021-08-16 19:32             ` ori
2021-08-16 22:48               ` ori
2021-08-18 14:24                 ` cinap_lenrek
2021-08-18 14:49                   ` k m
2021-08-16 20:19             ` Steve Simon
2021-08-16 23:26             ` ori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YRrH0HrMa8A8pHF5@beryllium.local \
    --to=hummsmith42@gmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).