summaryrefslogtreecommitdiff
path: root/src/w32
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2023-01-16 13:01:09 -0500
committerPaul Smith <psmith@gnu.org>2023-01-16 13:01:09 -0500
commit8285852e553429021526d1a686fff290a5d469ef (patch)
tree6aa3ece6bad1a2517061cc6cde412e46fdd6ac54 /src/w32
parent9b9f3351d1294b8e6d11f339f7b47d705c69e64f (diff)
downloadmake-git-8285852e553429021526d1a686fff290a5d469ef.tar.gz
Clean up some preprocessor operations
Diffstat (limited to 'src/w32')
-rw-r--r--src/w32/subproc/proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32/subproc/proc.h b/src/w32/subproc/proc.h
index 90c55dd9..94867ace 100644
--- a/src/w32/subproc/proc.h
+++ b/src/w32/subproc/proc.h
@@ -14,7 +14,7 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with
this program. If not, see <https://www.gnu.org/licenses/>. */
-#ifndef _PROC_H
+#ifndef _PROC_H
#define _PROC_H
typedef int bool_t;