X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=include%2FMKterm.h.awk.in;h=2c4c6d44eb3a08b260810486d1ccba3e85ea2598;hp=49c01d9df0f54aa8764a92b2453e896d478c86e2;hb=cb4427a16794d98049b4d790b810d62217501f9f;hpb=5da4544722decdeb2bfd0c7c4581af0ea62148f9 diff --git a/include/MKterm.h.awk.in b/include/MKterm.h.awk.in index 49c01d9d..2c4c6d44 100644 --- a/include/MKterm.h.awk.in +++ b/include/MKterm.h.awk.in @@ -26,7 +26,7 @@ BEGIN { lcurl = "{"; rcurl = "}"; print "/****************************************************************************" - print " * Copyright (c) 1998-2017,2018 Free Software Foundation, Inc. *" + print " * Copyright (c) 1998-2018,2019 Free Software Foundation, Inc. *" print " * *" print " * Permission is hereby granted, free of charge, to any person obtaining a *" print " * copy of this software and associated documentation files (the *" @@ -59,7 +59,7 @@ BEGIN { print "/* and: Thomas E. Dickey 1995-on */" print "/****************************************************************************/" print "" - print "/* $Id: MKterm.h.awk.in,v 1.69 2018/06/23 21:35:06 tom Exp $ */" + print "/* $Id: MKterm.h.awk.in,v 1.70 2019/03/02 23:23:58 tom Exp $ */" print "" print "/*" print "** term.h -- Definition of struct term" @@ -168,9 +168,10 @@ $2 == "%%-STOP-HERE-%%" { print "#ifdef __INTERNAL_CAPS_VISIBLE" } -/^#/ { - next; -} +/^#/ { next; } + +/^used_by/ { next ; } +/^userdef/ { next ; } $1 == "acs_chars" { acsindex = StringCount;