mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Fix compilation of modpython.
This commit is contained in:
@@ -279,7 +279,7 @@ while (<$in>) {
|
||||
when ('bool') {
|
||||
say $out "Py_BuildValue(\"l\", (long int)$a->{var});";
|
||||
}
|
||||
when (/^E/) {
|
||||
when (/(?:^|::)E/) {
|
||||
say $out "Py_BuildValue(\"i\", (int)$a->{var});";
|
||||
}
|
||||
default {
|
||||
|
||||
Reference in New Issue
Block a user