From: Robert Pengelly Date: Thu, 4 Sep 2025 03:25:54 +0000 (+0100) Subject: Remove NO_LONG_LONG from Makefile.w32 X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=197b052c40239af676f125071d8ced40cf71e4d6;p=sasm.git Remove NO_LONG_LONG from Makefile.w32 --- diff --git a/Makefile.w32 b/Makefile.w32 index 2d9f392..fd98f0b 100644 --- a/Makefile.w32 +++ b/Makefile.w32 @@ -5,7 +5,7 @@ SRCDIR ?= $(CURDIR) VPATH := $(SRCDIR) CC := gcc -CFLAGS := -D_FILE_OFFSET_BITS=64 -O2 -Wall -Werror -Wextra -DNO_LONG_LONG +CFLAGS := -D_FILE_OFFSET_BITS=64 -O2 -Wall -Werror -Wextra CSRC := as.c coff.c cstr.c elks.c expr.c fixup.c frag.c hashtab.c intel.c kwd.c lex.c lib.c list.c listing.c ll.c macro.c process.c report.c section.c symbol.c vector.c