From 34400f2d328c2adfbfe13170989758e6f52208af Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 31 Oct 2024 21:58:07 +0100 Subject: Add the -l option --- src/flags.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/flags.h') diff --git a/src/flags.h b/src/flags.h index 306464c..fbd957d 100644 --- a/src/flags.h +++ b/src/flags.h @@ -5,6 +5,7 @@ typedef struct { bool b : 1; bool c : 1; bool i : 1; + bool l : 1; bool p : 1; bool s : 1; bool U : 1; -- cgit v1.2.3