aboutsummaryrefslogtreecommitdiffstats
path: root/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'printf.c')
-rw-r--r--printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/printf.c b/printf.c
index 11c1f5c..1dcaef6 100644
--- a/printf.c
+++ b/printf.c
@@ -70,7 +70,6 @@
#define FLAGS_LONG (1U << 8U)
#define FLAGS_LONG_LONG (1U << 9U)
#define FLAGS_PRECISION (1U << 10U)
-#define FLAGS_WIDTH (1U << 11U)
// output function type