Changeset 1250

Show
Ignore:
Timestamp:
11/26/06 14:46:55
Author:
pvanhoof
Message:

fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tools/gtypeinterface-h-files-to-c-file.pl

    r1249 r1250  
    124124        if ($ifaisopen != 0) 
    125125        { 
    126                 if ($line =~ /^\s(.*)[\s|]\(\*(.*)_func\)\s(.*)\;$/) 
     126                if ($line =~ /^\s(.*)[\s|]\(\*(.*)[_func|]\)\s(.*)\;$/) 
    127127                { 
    128128                        $interfaces{$ifaisopen}{"methods"}{$tel}{"return_type"} = $1;