From 820e7d0b0877fbf8273ef3b3810d822df429d5c5 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Aug 2005 20:52:23 +0000 Subject: 2005-08-05 Roland McGrath * mach/shortcut.awk: Ignore `weak_alias' lines. Reported by Alfred M. Szmidt . --- mach/shortcut.awk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mach') diff --git a/mach/shortcut.awk b/mach/shortcut.awk index 1857998122..ea283d49ba 100644 --- a/mach/shortcut.awk +++ b/mach/shortcut.awk @@ -7,6 +7,8 @@ BEGIN { print "/* This file is generated by shortcut.awk. */"; $1 == "LINTLIBRARY" { print "#include "; next } +$1 == "weak_alias" { next } + # Copy the first line of the definition, but # replace the function name (RPC) with CALL. $NF == rpc \ -- cgit v1.2.3