diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-04-20 01:04:57 -0700 |
|---|---|---|
| committer | Josh Triplett <josh@freedesktop.org> | 2007-04-20 01:04:57 -0700 |
| commit | f5a3593d319dc36ed0cef3d6338cae33da3bbe02 (patch) | |
| tree | 2507ee840f375722dce4cd1e1b023ed194377776 | |
| parent | 7200007ab7e920ae61ac39d6df65e9e6a19e4907 (diff) | |
| download | sparse-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |
