repo.or.cz
/
beagle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add methods and messages to retrieve specific information from beagle-info. Clients...
[beagle.git]
/
wrappers
/
python
/
fix.pl
blob
c7a41b1d0a53951a199d8ae7a03f893a2ca52891
1
#! /usr/bin/perl
2
3
while
(<>) {
4
$file
.=
$_
;
5
}
6
7
$file
=~
s/define-enum (.*?)(\s+)\(gtype-id \"(.*?)\"\)/define-enum $1/gs
;
8
9
print
"
$file
\n
"
;