1
0
Fork 0

(svn r17484) -Fix: squirrel export didn't like one of the casts

release/1.0
rubidium 2009-09-09 08:04:27 +00:00
parent e2122dc7f0
commit 008ffc58dd
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ BEGIN {
}
# Add a const (non-enum) value
/^[ ]*static const \w+ \w+ = \w+;/ {
/^[ ]*static const \w+ \w+ = \(?\w*\)?\w+;/ {
const_size++
const_value[const_size] = $4
next