From a0aa15e7b1bd64a5d93c374db5633155d71efab5 Mon Sep 17 00:00:00 2001 From: nicola Date: Sat, 19 Feb 2011 01:42:17 +0000 Subject: Updated comments - no change in code git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170298 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/objc/objc-runtime-hooks.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'gcc/objc/objc-runtime-hooks.h') diff --git a/gcc/objc/objc-runtime-hooks.h b/gcc/objc/objc-runtime-hooks.h index d071c8b771e..b325e75f9bc 100644 --- a/gcc/objc/objc-runtime-hooks.h +++ b/gcc/objc/objc-runtime-hooks.h @@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see /* Objective-C supports several runtime library variants: - "GNU" runtime selected by -fgnu-runtime (currently at API version 1). + "GNU" runtime selected by -fgnu-runtime (currently at ABI version 8). "NeXT" runtime (selected by -fnext-runtime) and installed on OSX/Darwin systems at API version 1 (for m32 code) and version 2 (for m64 code). @@ -33,8 +33,11 @@ along with GCC; see the file COPYING3. If not see and so on, and the purpose of this interface is to abstract such differences from the parser's perspective. */ +/* TODO: Do we want the initial underscore ? */ typedef struct _objc_runtime_hooks_r { + /* TODO: Expand comments in this file. */ + /* Initialize for this runtime. */ void (*initialize) (void); const char *default_constant_string_class_name; -- cgit v1.2.1