minor fixes

This commit is contained in:
Aleksey Cheusov 2008-02-16 11:35:44 +00:00 committed by Thomas Klausner
parent 0a10184b2b
commit 31154ac2fd
2 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
VERSION= 0.8.2
VERSION= 0.8.3

View file

@ -158,8 +158,8 @@ function process_include (fn, inc, cond_cnt, ret,varname){
while ((ret = getline < fn) > 0){
sub(/^[ \t]+/, "")
if ($1 ~ /[[:alnum:]_.]+$/ && $2 ~ /=/){
sub(/ +/, "")
if ($1 ~ /^[[:alnum:]_.]+$/ && $2 ~ /=/){
sub(/[ \t]+/, "")
}
if ($1 ~ /[[:alnum:]_.]+[!+?]=/){