3.3.2 to 3.4.0

This commit is contained in:
nethack.allison
2002-02-04 16:11:00 +00:00
parent 06528d1002
commit 742e1e8c90
178 changed files with 232 additions and 232 deletions

View File

@@ -35,7 +35,7 @@ FNR == 1 { output_dep() #finish previous file
}
/^\#[ \t]*include[ \t]+\"/ { #find `#include "X"'
incl = $2;
#[3.3.1: gnomehack headers currently aren't in include]
#[3.4.0: gnomehack headers currently aren't in include]
if (incl ~ /\.h$/) {
if (incl ~ /^gn/) # gnomehack special case
incl = "../win/gnome/" incl