summaryrefslogtreecommitdiff
path: root/LANGUAGE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'LANGUAGE.txt')
-rw-r--r--LANGUAGE.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LANGUAGE.txt b/LANGUAGE.txt
index 48dcb95..049dbda 100644
--- a/LANGUAGE.txt
+++ b/LANGUAGE.txt
@@ -20,5 +20,5 @@ The usual infix expression rules apply, with the following precedence table:
** 13 Right
-break and continue get parsed to calls to the __break() and __continue()
-compiler intrinsics (thus become AST_CALL nodes).
+break and continue get parsed to calls to the __builtin_break() and
+__builtin_continue() compiler intrinsics (thus become AST_CALL nodes).