Skip to content

Commit

Permalink
Back to -ansi, removed trailing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
howerj committed May 10, 2018
1 parent aa3af70 commit d3ea59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

CC = gcc
STND=-std=c99
STND=-ansi
CFLAGS = $(STND) -pedantic -O3 -g -Wall -Werror -Wextra -Wformat=2 -Wshadow \
-Wno-long-long -Wno-overlength-strings -Wno-format-nonliteral -Wcast-align \
-Wwrite-strings -Wstrict-prototypes -Wold-style-definition -Wredundant-decls \
Expand Down
2 changes: 1 addition & 1 deletion mpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ enum {
MPC_TYPE_AND = 24,

MPC_TYPE_CHECK = 25,
MPC_TYPE_CHECK_WITH = 26,
MPC_TYPE_CHECK_WITH = 26
};

typedef struct { char *m; } mpc_pdata_fail_t;
Expand Down

0 comments on commit d3ea59b

Please sign in to comment.