countof(): perform a compile time type checking for static arrays
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 30 Aug 2010 15:48:18 +0000 (15:48 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 30 Aug 2010 15:48:18 +0000 (15:48 +0000)
commit59ed30d944d4ec2bd41675f64a4cedeb26d2f8b2
treea09beaf248adbcd9764ae9a4dd688282be460ba9
parentb74917066882d280cd16cc112ca9f5981762bff2
countof(): perform a compile time type checking for static arrays

The macro countof() can only work with static arrays, so throw a compile
time error if a pointer is passed as argument.

NOTE: this only works with gcc (not g++).

git-svn-id: https://src.develer.com/svnoss/bertos/trunk@4202 38d2e660-2303-0410-9eaa-f027e97ec537
bertos/cfg/compiler.h