Commit c3fb89da by Richard Kenner

(method_get_sizeof_arguments): Fix typo.

From-SVN: r14305
parent 506b0f9e
/* Encoding of types for Objective C.
Copyright (C) 1993 Free Software Foundation, Inc.
Copyright (C) 1993, 1997 Free Software Foundation, Inc.
Author: Kresten Krab Thorup
......@@ -57,7 +57,7 @@ const char* objc_skip_typespec (const char* type);
const char* objc_skip_offset (const char* type);
const char* objc_skip_argspec (const char* type);
int method_get_number_of_arguments (struct objc_method*);
int method_get_size_of_arguments (struct objc_method*);
int method_get_sizeof_arguments (struct objc_method*);
char* method_get_first_argument (struct objc_method*,
arglist_t argframe,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment