
$FreeBSD: ports/net/slirp/files/patch-mkpro,v 1.1 2002/07/22 18:52:50 naddy Exp $

--- 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
 	
