Recent changes from 0.9.6-stable

This commit is contained in:
Richard Levitte 2003-04-10 20:12:24 +00:00
parent 966eac3dbd
commit 345d8d572c

View file

@ -315,6 +315,10 @@ sub do_defs
}
s/\/\*.*?\*\///gs; # ignore comments
if (/\/\*/) { # if we have part
$line = $_; # of a comment,
next; # continue reading
}
s/{[^{}]*}//gs; # ignore {} blocks
if (/^\#\s*ifndef (.*)/) {
push(@tag,$1);