Skip to content
Snippets Groups Projects
Commit f41efecb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed minor bug.

Rev: bin/precompile.pike:1.14
parent 661305b6
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ string cname(mixed type)
switch(objectp(btype) ? btype->text : btype)
{
case "int": return "INT32";
case "int": return "INT_TYPE";
case "float": return "FLOAT_NUMBER";
case "string": return "struct pike_string *";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment