From d3f397fe27d0a5dd8e8780955f2a68d28d06bef9 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 12 Dec 2021 00:29:03 +0100 Subject: [PATCH] fieldpattern:: call analyze immediately --- fieldpattern.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/fieldpattern.cpp b/fieldpattern.cpp index af1fe124..0e304ae2 100644 --- a/fieldpattern.cpp +++ b/fieldpattern.cpp @@ -295,6 +295,7 @@ struct fpattern { exit(1); } build(); + analyze(); } fpattern(int p) {