From ab118b09135f6f3f12acb597ff51092ddbb3ba72 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Wed, 10 Jun 2015 16:34:40 -0500 Subject: [PATCH] readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f4d2256..0c95f62 100644 --- a/README.md +++ b/README.md @@ -484,11 +484,11 @@ If you're looking for an example check the interface to the C standard library time functions in cstdlib/time.c. ## goto -The goto statement is implemented, but only supports forward gotos, not backward. +The goto statement is implemented but only supports forward gotos, not backward. The rationale for this is that backward gotos are not necessary for any "legitimate" use of goto. Some discussion on this topic: * http://www.cprogramming.com/tutorial/goto.html -*http://kerneltrap.org/node/553/2131 +* http://kerneltrap.org/node/553/2131