$FreeBSD$ --- mkpro.orig Mon Jul 22 02:52:35 2002 +++ mkpro Mon Jul 22 02:54:36 2002 @@ -42,6 +42,9 @@ # Ignore blank lines (/^[ \t]*$/) && next WHILE; + + # Skip remaining pre-processor directives + (/^#/) && next WHILE; # C comments and pre-processor directives are already removed