Browse Source

typo fix

experimental/ZendEngine2
Hartmut Holzgraefe 24 years ago
parent
commit
7dd8ded152
  1. 2
      ext/skeleton/create_stubs

2
ext/skeleton/create_stubs

@ -20,7 +20,7 @@ function convert(i, j, t)
if (type == "int" || type == "long") {
longs = longs "\tlong " name ";\n"
} else if (type == "bool" || (type == "boolean") {
} else if (type == "bool" || type == "boolean") {
bools = bools "\tzend_bool " name ";\n"
} else if (type == "double" || type == "float") {
doubles = doubles "\tdouble " name ";\n"

Loading…
Cancel
Save