aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@penguin.transmeta.com>2003-03-25 18:34:15 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-07 20:59:47 -0700
commit38795344d7b03fc340b5cabb0a38e22d327836d9 (patch)
tree3a77611bca58b5dbd620b2bf4dd9f285d2b185d5 /target.h
parentMake the 'void' type also be part of the new world order (diff)
downloadsparse-38795344d7b03fc340b5cabb0a38e22d327836d9.tar.gz
sparse-38795344d7b03fc340b5cabb0a38e22d327836d9.tar.bz2
sparse-38795344d7b03fc340b5cabb0a38e22d327836d9.zip
Fix indirect type parsing (functions, arrays, bitfields). Update
users to match. Examine array type sizes. Evaluate 'sizeof()', and realize that you can dereference arrays as well as pointers.
Diffstat (limited to 'target.h')
-rw-r--r--target.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target.h b/target.h
index 1b77d0f..5b9c5dc 100644
--- a/target.h
+++ b/target.h
@@ -1,6 +1,8 @@
#ifndef TARGET_H
#define TARGET_H
+#define size_t_ctype (&ulong_ctype)
+
/*
* Integer data types
*/