From 79c337a4a50615e97289e4769579263e6e1c8861 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 13 Jan 2021 18:17:08 -0500 Subject: Match strftime format specifiers --- bin/c11.l | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/c11.l b/bin/c11.l index 0cee3a23..bbce5022 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