Commit 345d8d57 authored by Richard Levitte's avatar Richard Levitte
Browse files

Recent changes from 0.9.6-stable

parent 966eac3d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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);