From e21b496a4eaca6eaece87c8ee3077c6b743d0cf5 Mon Sep 17 00:00:00 2001 From: Havvy Date: Mon, 11 Jun 2018 00:49:36 -0700 Subject: [PATCH] Remove moar keywords that were unreserved --- src/keywords.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/keywords.md b/src/keywords.md index 505429bd5..35443f0b8 100644 --- a/src/keywords.md +++ b/src/keywords.md @@ -66,17 +66,13 @@ them to use these keywords. > **Lexer** > KW_ABSTRACT : `abstract` -> KW_ALIGNOF : `alignof` > KW_BECOME : `become` > KW_BOX : `box` > KW_DO : `do` > KW_FINAL : `final` > KW_MACRO : `macro` -> KW_OFFSETOF : `offsetof` > KW_OVERRIDE : `override` > KW_PRIV : `priv` -> KW_PURE : `pure` -> KW_SIZEOF : `sizeof` > KW_TYPEOF : `typeof` > KW_UNSIZED : `unsized` > KW_VIRTUAL : `virtual`