Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!cbatt!ihnp4!ihdev!pdg From: pdg@ihdev.UUCP Newsgroups: comp.bugs.4bsd Subject: Re: m4 doesn't see macros after sharp signs Message-ID: <1399@ihdev.ATT.COM> Date: Fri, 15-May-87 15:37:55 EDT Article-I.D.: ihdev.1399 Posted: Fri May 15 15:37:55 1987 Date-Received: Sat, 16-May-87 16:54:51 EDT References: <3780@oddjob.UChicago.EDU> Reply-To: pdg@ihdev.UUCP (Joe Isuzu) Distribution: world Organization: American Nasal Amputation Centre Lines: 25 In article <3780@oddjob.UChicago.EDU> matt@oddjob.uchicago.edu (I am not a Grook) writes: >Description: > Any macros that come after a sharp-sign (#) are not > expanded. True. A sharp is the comment indicator (left side) for m4. This can be easily changed with changecom() to disable comments, or something like changecom(/*,*/). Try this: m4<