From 3d51d8e6a41294649c7fb00f13752ffba9a57bfc Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 13 Jan 2021 18:17:08 -0500 Subject: Match strftime format specifiers --- bin/c11.l | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/c11.l') diff --git a/bin/c11.l b/bin/c11.l index c03ce3e5..d0bcb8fa 100644 --- a/bin/c11.l +++ b/bin/c11.l @@ -111,6 +111,7 @@ register|restrict|return|static|struct|switch|typedef|union|volatile|while | } { "%%" | + "%"[EO]?[ABCDFGHIMRSTUVWXYZabcdeghjmnprtuwxyz] | "%"[ #+-0]*{width}?("."{width})?([Lhjltz]|hh|ll)?[AEFGXacdefginopsux] { return Format; } -- cgit 1.4.1