Remove NO_LONG_LONG from Makefile.w32
authorRobert Pengelly <robertapengelly@hotmail.com>
Thu, 4 Sep 2025 03:25:54 +0000 (04:25 +0100)
committerRobert Pengelly <robertapengelly@hotmail.com>
Thu, 4 Sep 2025 03:25:54 +0000 (04:25 +0100)
Makefile.w32

index 2d9f392a144f0959af6dde8b5dfad1d56c589f03..fd98f0b2266ba0f1bc96b3013558aca4c8c95a74 100644 (file)
@@ -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