Skip to content

Commit 5ae84fc

Browse files
committed
[tidy][byacc] Up'd to C11
1 parent 55b4fac commit 5ae84fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

byacc-1.9/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ DEST = .
22

33
HDRS = defs.h
44

5-
CFLAGS = -O -DNDEBUG -std=c89
5+
CFLAGS = -O -DNDEBUG -std=c11
66

77
LDFLAGS =
88

0 commit comments

Comments
 (0)