Skip to content

Commit

Permalink
Fixed compilation problem on MinGW [Bug #1517424].
Browse files Browse the repository at this point in the history
  • Loading branch information
Darren Hiebert committed Jun 30, 2007
1 parent 63874af commit 30991df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Current Version: @@VERSION@@

ctags-NEXT (Mon June 6 2007)
ctags-NEXT (Sat June 30 2007)
* Added support for DIM AS [Freebasic, Bug #1741778].
* Added support for arbitrary nesting depth [Python, Bug #1684786, Debian bug #409078].
* Added support for verbatim string literals [C#, Bug #1515910].
Expand Down Expand Up @@ -36,6 +36,7 @@ ctags-NEXT (Mon June 6 2007)
* Fixed various memory leaks, mostly contributed by Dmitry Antipov.
* Fixed parsing of `define [Verilog, Bug #961001].
* Fixed crashes involving '/' [Verilog, Bug #1743330].
* Fixed compilation problem on MinGW [Bug #1517424].

ctags-5.6 (Mon May 29 2006)
* Reformatted code for independence of tab stop setting.
Expand Down
1 change: 1 addition & 0 deletions e_msoft.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
# define HAVE_DIR_H 1
# define HAVE_DIRENT_H 1
# define HAVE__FINDFIRST 1
# define findfirst_t long
# define ffblk _finddata_t
# define FA_DIREC _A_SUBDIR
# define ff_name name
Expand Down

0 comments on commit 30991df

Please sign in to comment.