From c790e97b504b04aacb914cc8c434977eed218952 Mon Sep 17 00:00:00 2001 From: hjl Date: Thu, 28 Oct 1999 19:57:59 +0000 Subject: 1. Fix some typos in README. 2. Use int32_t instead of long for rpcgen. --- tools/rpcgen/rpc_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/rpcgen/rpc_util.c') diff --git a/tools/rpcgen/rpc_util.c b/tools/rpcgen/rpc_util.c index 2fd5f59..252b181 100644 --- a/tools/rpcgen/rpc_util.c +++ b/tools/rpcgen/rpc_util.c @@ -352,7 +352,7 @@ static token tokstrings[] = { {TOK_TYPEDEF, "typedef"}, {TOK_INT, "int"}, {TOK_SHORT, "short"}, - {TOK_LONG, "long"}, + {TOK_INT32, "int32"}, {TOK_UNSIGNED, "unsigned"}, {TOK_DOUBLE, "double"}, {TOK_FLOAT, "float"}, -- cgit