From 02c0df21747e5795197510f15da73bd0c287e978 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 16 Dec 1999 14:26:16 +0000 Subject: manual/9083 --- Src/makepro.awk | 9 --------- 1 file changed, 9 deletions(-) (limited to 'Src/makepro.awk') diff --git a/Src/makepro.awk b/Src/makepro.awk index 350b2f9c8..eb063f092 100644 --- a/Src/makepro.awk +++ b/Src/makepro.awk @@ -109,15 +109,6 @@ BEGIN { gsub(/@>/, ")", dcltor) gsub(/@!/, ",", dcltor) - # If this is a module boot/cleanup function, conditionally rename it. - if(" " dtype " " ~ / int / && dcltor ~ / *@\+(boot|cleanup|setup|finish)_[_0-9A-Za-z]+@- *_\(\( *Module +[_0-9A-Za-z]+ *\)\) */) { - modtype = dnam - sub(/_.*$/, "", modtype) - printf "%s# if defined(DYNAMIC_NAME_CLASH_OK) && defined(MODULE)\n", locality - printf "%s# define " dnam " " modtype "_\n", locality - printf "%s# endif\n", locality - } - # If this is exported, add it to the exported symbol list. if(exported) printf "X%s\n", dnam -- cgit 1.4.1