From 02496faab558fa758adf3a24006201cf5ab557fb Mon Sep 17 00:00:00 2001 From: FreeArtMan Date: Thu, 17 Dec 2015 21:38:37 +0000 Subject: Fixed structure order in syntax.h to compile on NetBSD --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 11b00bd..ea7c840 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROJECT=dm CC=gcc -CFLAGS=-std=c1x +CFLAGS=-std=c99 SOURCES=$(PROJECT)_parser.c darray.c tokenizer.c syntax.c mtable.c OBJECTS=$(SOURCES:.c=.o) -- cgit v1.2.3