Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/make make: fix leftover typo from previous refactoring



details:   https://anonhg.NetBSD.org/src/rev/59ebdc26a071
branches:  trunk
changeset: 1026559:59ebdc26a071
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Nov 28 20:11:45 2021 +0000

description:
make: fix leftover typo from previous refactoring

diffstat:

 usr.bin/make/make.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b90eb0e6f816 -r 59ebdc26a071 usr.bin/make/make.h
--- a/usr.bin/make/make.h       Sun Nov 28 19:51:06 2021 +0000
+++ b/usr.bin/make/make.h       Sun Nov 28 20:11:45 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: make.h,v 1.268 2021/11/28 19:51:06 rillig Exp $        */
+/*     $NetBSD: make.h,v 1.269 2021/11/28 20:11:45 rillig Exp $        */
 
 /*
  * Copyright (c) 1988, 1989, 1990, 1993
@@ -321,7 +321,7 @@
        OP_NOTARGET     = OP_NOTMAIN | OP_USE | OP_EXEC | OP_TRANSFORM
 } GNodeType;
 
-typedef struct GNodeFlagsS {
+typedef struct GNodeFlags {
        /* this target needs to be (re)made */
        bool remake:1;
        /* children of this target were made */



Home | Main Index | Thread Index | Old Index