Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mimsy!oddjob!matt From: matt@oddjob.UChicago.EDU (I am not a Grook) Newsgroups: comp.bugs.4bsd Subject: m4 doesn't see macros after sharp signs Message-ID: <3780@oddjob.UChicago.EDU> Date: Thu, 14-May-87 19:57:54 EDT Article-I.D.: oddjob.3780 Posted: Thu May 14 19:57:54 1987 Date-Received: Sat, 16-May-87 12:03:16 EDT Reply-To: matt@oddjob.uchicago.edu (I am not a Grook) Distribution: world Organization: Very Little Lines: 15 Description: Any macros that come after a sharp-sign (#) are not expanded. Repeat-By: m4 << EOF define(`ignored', `recognized')dnl This macro is ignored But this # macro is ignored EOF The word "ignored" is changed to "recognized" in the first output line. The code makes it clear that this is intentional. The manual does not mention it. Which should be changed?