From fbca1530f281a1f3df2bfb4d3f35f9961a60cf37 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Fri, 23 Dec 2011 17:33:13 +0000 Subject: [PATCH] support multiline function signatures at the parsing stage too... git-svn-id: http://svn.osgeo.org/postgis/trunk@8535 b70326c6-7e19-0410-871a-916f4a2858ee --- utils/create_undef.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/create_undef.pl b/utils/create_undef.pl index da726a46b..323c35a01 100755 --- a/utils/create_undef.pl +++ b/utils/create_undef.pl @@ -201,7 +201,7 @@ print "-- Drop all functions except " . (keys %type_funcs) . " needed for type d foreach my $fn (@funcs) { - if ($fn =~ /.* function ([^(]+)\((.*)\)/i ) + if ($fn =~ /.* function ([^(]+)\((.*)\)/is ) # can be multiline { my $fn_nm = $1; my $fn_arg = $2; -- 2.50.1