X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=ncurses%2Ftinfo%2FMKnames.awk;h=4594c728da888b38db9105c8e8a01a732661efa1;hb=460005b642d978c6d4b48810803514bd36a6245b;hp=b8dd4b93c62451863b50fb690107fc1f02c67bd8;hpb=cdaf29481becd3e1c21baa574ac1ab88ea5f3d38;p=ncurses.git diff --git a/ncurses/tinfo/MKnames.awk b/ncurses/tinfo/MKnames.awk index b8dd4b93..4594c728 100644 --- a/ncurses/tinfo/MKnames.awk +++ b/ncurses/tinfo/MKnames.awk @@ -1,5 +1,6 @@ ############################################################################## -# Copyright (c) 2007-2009,2019 Free Software Foundation, Inc. # +# Copyright 2019,2020 Thomas E. Dickey # +# Copyright 1998-2008,2009 Free Software Foundation, Inc. # # # # Permission is hereby granted, free of charge, to any person obtaining a # # copy of this software and associated documentation files (the "Software"), # @@ -25,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: MKnames.awk,v 1.23 2019/03/09 16:49:06 tom Exp $ +# $Id: MKnames.awk,v 1.24 2020/02/02 23:34:34 tom Exp $ function large_item(value) { result = sprintf("%d,", offset); offset = offset + length(value) + 1;