From 4bd3be3563698eb6e927a62c29755b216b926a27 Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Mon, 31 Oct 2022 12:22:19 +0100 Subject: regen/scope_types.pl - add tool to manage the scope type defines In scope.c and scope.h there are various defines that must be coordinated with the contents of an array, and comments and ids which might have to be mass changed manually in some circumstances. As this is error prone this patch adds a new regen script to ensure it is kept in sync and to make the process of adding new types trivial. The data that drives the script is kept in the scripts __DATA__ section. --- regen.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'regen.pl') diff --git a/regen.pl b/regen.pl index 71a6eda60a..525779326b 100644 --- a/regen.pl +++ b/regen.pl @@ -30,3 +30,4 @@ regcomp.pl warnings.pl embed.pl feature.pl +scope_types.pl -- cgit v1.2.1