From 0626a865b6a29b6bf8486b17b92c8a72ae8f7cdc Mon Sep 17 00:00:00 2001 From: crouzet Date: Fri, 17 Oct 2008 07:38:32 +0000 Subject: [PATCH] update to accept const methods --- scripts/parse3.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parse3.awk b/scripts/parse3.awk index 620587b..9d594d7 100644 --- a/scripts/parse3.awk +++ b/scripts/parse3.awk @@ -248,7 +248,7 @@ BEGIN { # # # record sep is ");\n" whith blanks all around, and optional "(" at the beginning - RS="[(]?[ \t]*[)][ \t]*[;][ \t]*[\n]" + RS="[(]?[ \t]*[)][ \t]*(const)?[ \t]*[;][ \t]*[\n]" FS="[ \t]*[(,][ \t]*" # field sep is either "(" or "," surrounded by blanks } -- 2.39.2