From f5a3593d319dc36ed0cef3d6338cae33da3bbe02 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Fri, 20 Apr 2007 01:04:57 -0700 Subject: [PATCH] Fix comment to reference #weak_define rather than #ifndef, matching code Signed-off-by: Josh Triplett --- lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.c b/lib.c index 79a5c557..1ee4740c 100644 --- a/lib.c +++ b/lib.c @@ -587,7 +587,7 @@ void create_builtin_stream(void) // gcc defines __SIZE_TYPE__ to be size_t. For linux/i86 and // solaris/sparc that is really "unsigned int" and for linux/x86_64 // it is "long unsigned int". In either case we can probably - // get away with this. We need the #ifndef as cgcc will define + // get away with this. We need the #weak_define as cgcc will define // the right __SIZE_TYPE__. add_pre_buffer("#weak_define __SIZE_TYPE__ long unsigned int\n"); add_pre_buffer("#weak_define __STDC__ 1\n"); -- 2.11.4.GIT