(sc_cast_of_x_alloc_return_value): Also check for alloca casts.
authorJim Meyering <jim@meyering.net>
Sun, 28 Sep 2003 08:25:24 +0000 (08:25 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 28 Sep 2003 08:25:24 +0000 (08:25 +0000)
Makefile.maint

index 9043849..a814aec 100644 (file)
@@ -107,7 +107,8 @@ sc_cast_of_argument_to_free:
 
 sc_cast_of_x_alloc_return_value:
        @grep -E --exclude=$(srcdir)/lib/regex.c                        \
-           '\*\) *x(m|c|re)alloc\>' $(srcdir)/{lib,src}/*.[chy] &&     \
+           '\*\) *(alloca|x(m|c|re)alloc)\>'                           \
+           $(srcdir)/{lib,src}/*.[chy] &&                              \
          { echo '$(ME): don'\''t cast x*alloc return value' 1>&2;      \
            exit 1; } || :