aboutsummaryrefslogtreecommitdiff
path: root/mk-0th.awk
diff options
context:
space:
mode:
Diffstat (limited to 'mk-0th.awk')
-rw-r--r--mk-0th.awk16
1 files changed, 4 insertions, 12 deletions
diff --git a/mk-0th.awk b/mk-0th.awk
index 5a0bf4583ad8..fe91cca689f6 100644
--- a/mk-0th.awk
+++ b/mk-0th.awk
@@ -1,6 +1,6 @@
-# $Id: mk-0th.awk,v 1.18 2010/01/09 21:45:41 tom Exp $
+# $Id: mk-0th.awk,v 1.17 2005/01/22 16:31:40 tom Exp $
##############################################################################
-# Copyright (c) 1998-2005,2010 Free Software Foundation, Inc. #
+# Copyright (c) 1998-2004,2005 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"), #
@@ -27,7 +27,7 @@
# authorization. #
##############################################################################
#
-# Author: Thomas E. Dickey 1996-on
+# Author: Thomas E. Dickey <dickey@clark.net> 1996,1997
#
# Generate list of sources for a library, together with lint/lintlib rules
#
@@ -36,13 +36,9 @@
# subsets (is used here to decide if wide-character code is used)
#
BEGIN {
- which = libname;
using = 0;
found = 0;
}
- /^@/ {
- which = $0;
- }
!/^[@#]/ {
if (using == 0)
{
@@ -61,11 +57,7 @@ BEGIN {
print ""
using = 1;
}
- if (which ~ /port_/ )
- {
- # skip win32 source
- }
- else if ( $0 != "" && $1 != "link_test" )
+ if ( $0 != "" && $1 != "link_test" )
{
if ( found == 0 )
{