projects
/
ncurses.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ncurses 6.1 - patch 20190623
[ncurses.git]
/
ncurses
/
tinfo
/
MKcodes.awk
diff --git
a/ncurses/tinfo/MKcodes.awk
b/ncurses/tinfo/MKcodes.awk
index 49e2ebc26ce0b6bfea7ef1b5c3204a05775858a3..f0dc7b303bf6e7487954e0364bb1726a25bc850a 100644
(file)
--- a/
ncurses/tinfo/MKcodes.awk
+++ b/
ncurses/tinfo/MKcodes.awk
@@
-1,5
+1,5
@@
##############################################################################
##############################################################################
-# Copyright (c) 1998-20
08,200
9 Free Software Foundation, Inc. #
+# Copyright (c) 1998-20
10,201
9 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"), #
# #
# Permission is hereby granted, free of charge, to any person obtaining a #
# copy of this software and associated documentation files (the "Software"), #
@@
-25,7
+25,7
@@
# use or other dealings in this Software without prior written #
# authorization. #
##############################################################################
# use or other dealings in this Software without prior written #
# authorization. #
##############################################################################
-# $Id: MKcodes.awk,v 1.
8 2009/05/23 19:09:54
tom Exp $
+# $Id: MKcodes.awk,v 1.
10 2019/03/09 16:43:37
tom Exp $
function large_item(value) {
result = sprintf("%d,", offset);
offset = offset + length(value) + 1;
function large_item(value) {
result = sprintf("%d,", offset);
offset = offset + length(value) + 1;
@@
-79,7
+79,9
@@
BEGIN {
}
$1 ~ /^#/ {next;}
}
$1 ~ /^#/ {next;}
+$1 ~ /^(cap|info)alias/ {next;}
+$1 == "userdef" {next;}
$1 == "SKIPWARN" {next;}
$3 == "bool" {
$1 == "SKIPWARN" {next;}
$3 == "bool" {
@@
-101,8
+103,6
@@
END {
print ""
print "#if BROKEN_LINKER || USE_REENTRANT"
print ""
print ""
print "#if BROKEN_LINKER || USE_REENTRANT"
print ""
- print "#include <term.h>"
- print ""
if (bigstrings) {
printf "static const char _nc_code_blob[] = \n"
printf "%s;\n", bigstr;
if (bigstrings) {
printf "static const char _nc_code_blob[] = \n"
printf "%s;\n", bigstr;