Skip to content

Commit

Permalink
Update remake.
Browse files Browse the repository at this point in the history
  • Loading branch information
silene committed Dec 17, 2020
1 parent fb6dae4 commit 39a2b8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions remake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Remakefile: Remakefile.in ./config.status
\section sec-licensing Licensing
@author Guillaume Melquiond
@version 0.14
@version 0.15
@date 2012-2020
@copyright
This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -464,7 +464,7 @@ enum { INVALID_SOCKET = -1 };
extern char **environ;
#endif

#if defined(WINDOWS) || defined(MACOSX)
#if (defined(WINDOWS) || defined(MACOSX)) && !defined(MSG_NOSIGNAL)
enum { MSG_NOSIGNAL = 0 };
#endif

Expand Down Expand Up @@ -800,7 +800,7 @@ struct log
}
};

static log debug;
static struct log debug;

struct log_auto_close
{
Expand Down

0 comments on commit 39a2b8d

Please sign in to comment.