Add support for idendification of function definitions since it's needed
authorZac Medico <zmedico@gentoo.org>
Tue, 4 Mar 2008 07:44:11 +0000 (07:44 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 4 Mar 2008 07:44:11 +0000 (07:44 -0000)
commit820724b418ac0020394bfbc8f17ac9bcbb4926e5
treebf4c085f2f33cc18e6ee10c5a3e75db219eb56cf
parent425d03f0ad6327699611fa2360d93231fc78d924
Add support for idendification of function definitions since it's needed
in some cases in order to prevent some odd function contents from being
mistakenly identified as invalid variable assignments. For example, this
line from _gcc-specs-directive_raw() is commonly found in environment.bz2
files:

$1=="*"directive":"  { pspec=spec; spec=""; outside=0; next }

svn path=/main/trunk/; revision=9431
bin/filter-bash-environment.py