From: Thomas Richter Date: Wed, 5 Jan 2000 14:38:41 +0000 (+0000) Subject: allow whitespace at start of preprocessor directive X-Git-Tag: v8.0.0~21200 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43109b04fec77edafdd9d53e28ad0da14c116671;p=dealii.git allow whitespace at start of preprocessor directive git-svn-id: https://svn.dealii.org/trunk@2160 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/Make_dep.pl b/deal.II/common/scripts/Make_dep.pl index c78f955b50..666c9e37a5 100644 --- a/deal.II/common/scripts/Make_dep.pl +++ b/deal.II/common/scripts/Make_dep.pl @@ -111,7 +111,7 @@ sub make_include_tree { open (FILE, $filename); while () { # look out for include statements - if (/^#\s*include\s*(["<])([^">]*)[">]/) { + if (/^\s*#\s*include\s*(["<])([^">]*)[">]/) { local($include) = $2; if ($1 =~ /. Try to find real path