Changeset 1249
- Timestamp:
- 11/26/06 14:46:04
- Files:
-
- trunk/tools/gtypeinterface-h-files-to-c-file.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/tools/gtypeinterface-h-files-to-c-file.pl
r1248 r1249 109 109 { 110 110 111 if ($line =~ /struct\s_(.*)Iface[\s| ]$/)111 if ($line =~ /struct\s_(.*)Iface[\s|\s\{|\s\{\s]$/) 112 112 { 113 113 $itel++; … … 117 117 } 118 118 119 if ($line =~ /^\ ]\;$/)119 if ($line =~ /^\}\;$/) 120 120 { 121 121 $ifaisopen = 0;
