From f41efecbe54ebdb20a71bcb32c933c56c726b874 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Thu, 10 Aug 2000 20:33:56 +0200 Subject: [PATCH] Fixed minor bug. Rev: bin/precompile.pike:1.14 --- bin/precompile.pike | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/precompile.pike b/bin/precompile.pike index 363bc4b3fc..280a1a4766 100644 --- a/bin/precompile.pike +++ b/bin/precompile.pike @@ -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 *"; -- GitLab