Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion include/tradstdc.h
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ typedef genericptr genericptr_t; /* (void *) or (char *) */
#define NORETURN __attribute__((noreturn))
/* disable gcc's __attribute__((__warn_unused_result__)) since explicitly
discarding the result by casting to (void) is not accepted as a 'use' */
#define __warn_unused_result__ /*empty*/
#define __warn_unused_result__ __unused__
#define warn_unused_result /*empty*/
#endif
#endif
Expand Down
6 changes: 2 additions & 4 deletions win/vulture/GNUmakefile
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ $(OUTPUT_OBJ): $(VOBJ)
$(BUILDDIR)/vulture_tileconfig.parser.cpp $(BUILDDIR)/vulture_tileconfig.parser.h: vulture_tileconfig.parser.y
@echo generating parser
@mkdir -p $(BUILDDIR)/winclass
@bison -d vulture_tileconfig.parser.y -o $(BUILDDIR)/vulture_tileconfig.parser.tmp.cpp
@mv $(BUILDDIR)/vulture_tileconfig.parser.tmp.cpp $(BUILDDIR)/vulture_tileconfig.parser.cpp
@mv $(BUILDDIR)/vulture_tileconfig.parser.tmp.hpp $(BUILDDIR)/vulture_tileconfig.parser.h
@bison -d vulture_tileconfig.parser.y -o $(BUILDDIR)/vulture_tileconfig.parser.cpp

$(BUILDDIR)/vulture_tileconfig.lexer.cpp: vulture_tileconfig.lexer.l
@echo generating lexer
Expand Down Expand Up @@ -99,7 +97,7 @@ $(BUILDDIR)/%.d: %.cpp
@mkdir -p $(BUILDDIR)/winclass
echo `pwd`
$(CXX) $(CFLAGS) $(INCLUDE) -c $< -o $@


else # VARIANT_VERSION not defined
.PHONY:all
Expand Down
Empty file modified win/vulture/Vulture-NetHack-3.4.3.rc
100755 → 100644
Empty file.
Empty file modified win/vulture/Vulture-NetHack-3.6.0.rc
100755 → 100644
Empty file.
Empty file modified win/vulture/Vulture-SlashEM-0.0.7E7F2.rc
100755 → 100644
Empty file.
Loading