]> granicus.if.org Git - php/commitdiff
some awk installations need this escpaed ... BUG #24314 fixed
authorHartmut Holzgraefe <hholzgra@php.net>
Wed, 25 Jun 2003 11:05:48 +0000 (11:05 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Wed, 25 Jun 2003 11:05:48 +0000 (11:05 +0000)
ext/skeleton/create_stubs

index e7845c2846b0f80163e9fdda07fbe8e402e4a8ad..61957289d087582cc7bfc3ac9c617f9942f16033 100755 (executable)
@@ -153,7 +153,7 @@ BEGIN {
        }
 
 #      if (x = gobble("\\)")) {
-               gobble("\\]* *)")
+               gobble("\\]* *\\)")
                sub(/^[ \t]+/, "", line)
                fcomments[num_funcs] = line
 #      }