--- cwwine/tools/specmaker/function_grep.pl.src	Wed Sep  5 14:19:58 2001
+++ mycwwine/tools/specmaker/function_grep.pl	Mon Sep 10 21:18:40 2001
@@ -61,6 +61,7 @@
 
 	# remove preprocessor directives
 	if(s/^\s*\#/\#/m) {
+	    s/\n//g;
 	    if(/^\#.*?\\$/m) {
 		$lookahead = 1;
 		next;
@@ -72,6 +73,12 @@
 	# Remove extern "C"
 	if(s/^\s*extern\s+"C"\s+\{//m) { 
 	    $extern_c = 1;
+	    $again = 1;
+	    next; 
+	}
+
+	# Remove ICOM_DEFINE
+	if(s/^\s*ICOM_DEFINE.*$//m) { 
 	    $again = 1;
 	    next; 
 	}
