From 6a0cf7e6bf5c0b244fc6f837db467eef6548b594 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Tue, 22 Oct 2019 12:14:35 -0400 Subject: nasal demons --- quotes | 6 ++++++ quotes.raw | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/quotes b/quotes index f4c617d..6d136aa 100644 --- a/quotes +++ b/quotes @@ -25,3 +25,9 @@ The Spirit of C: (d) Provide only one way to do an operation. (e) Make it fast, even if it is not guaranteed to be portable. (f) Make support for safety and security demonstrable. +% +Permissible undefined behavior ranges from ignoring the situation completely +with unpredictable results, to having demons fly out of your nose. + + -- John F. Woods, "Re: Why is this legal?" + comp.std.c Message-ID: <10195@ksr.com> diff --git a/quotes.raw b/quotes.raw index 40aef9a..2038af9 100644 --- a/quotes.raw +++ b/quotes.raw @@ -16,3 +16,8 @@ The Spirit of C: (d) Provide only one way to do an operation. (e) Make it fast, even if it is not guaranteed to be portable. (f) Make support for safety and security demonstrable. +% +Permissible undefined behavior ranges from ignoring the situation completely with unpredictable results, to having demons fly out of your nose. + + -- John F. Woods, "Re: Why is this legal?" + comp.std.c Message-ID: <10195@ksr.com> -- cgit v1.2.1