From 86cdd51c4e25fceb12854863419fbdc3f19e44aa Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 16 Nov 2019 11:03:49 +0100 Subject: Stop keeping outdated static list of keywords. The real list is computed by tok_using in CLexer. --- vernac/g_vernac.mlg | 3 --- 1 file changed, 3 deletions(-) (limited to 'vernac') diff --git a/vernac/g_vernac.mlg b/vernac/g_vernac.mlg index 13145d3757..5b68a41c6a 100644 --- a/vernac/g_vernac.mlg +++ b/vernac/g_vernac.mlg @@ -30,9 +30,6 @@ open Pcoq.Module open Pvernac.Vernac_ open Attributes -let vernac_kw = [ ";"; ","; ">->"; ":<"; "<:"; "where"; "at" ] -let _ = List.iter CLexer.add_keyword vernac_kw - (* Rem: do not join the different GEXTEND into one, it breaks native *) (* compilation on PowerPC and Sun architectures *) -- cgit v1.2.3