aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
authorJosh Triplett <josh@freedesktop.org>2007-04-20 01:04:57 -0700
committerJosh Triplett <josh@freedesktop.org>2007-04-20 01:04:57 -0700
commitf5a3593d319dc36ed0cef3d6338cae33da3bbe02 (patch)
tree2507ee840f375722dce4cd1e1b023ed194377776
parent7200007ab7e920ae61ac39d6df65e9e6a19e4907 (diff)
downloadsparse-dev-f5a3593d319dc36ed0cef3d6338cae33da3bbe02.tar.gz
Fix comment to reference #weak_define rather than #ifndef, matching code
Signed-off-by: Josh Triplett <josh@freedesktop.org>
-rw-r--r--lib.c2
1 files changed, 1 insertions, 1 deletions
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");