#!/bin/sh
# $Id: grep-ifdefs,v 1.1 1996/06/20 00:08:36 tom Exp $
# search for patterns that (might be) ifdefs, uses gnu-grep
grep '^[[:space:]]*#[[:space:]]*if[[:alpha:]]*' $*
