diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nelem.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nelem.m | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nelem.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nelem.m deleted file mode 100644 index d42ce3b6..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/nelem.m +++ /dev/null @@ -1,10 +0,0 @@ -#import <Foundation/Foundation.h> - -/* get #of elements in a static array */ -#ifndef NELEM -#define NELEM(x) ((int) (sizeof(x) / sizeof((x)[0]))) -#endif - -int main(void) { - return 0; -} |