From 87833fb6f9af580201603649a95e36c0cedc56d4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 30 Jan 1994 00:50:32 +0000 Subject: [PATCH] (configuration): Change # comment to C comment. --- src/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile.in b/src/Makefile.in index 444bc46b7fd..5562d504516 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -27,8 +27,8 @@ CC=@CC@ CPP=@CPP@ CFLAGS=@CFLAGS@ LN_S=@LN_S@ -# These escaped doublequotes become part of the macro definition in emacs.c. -# Thus, the definition is a C string constant. +/* These escaped doublequotes become part of the macro definition in emacs.c. + Thus, the definition is a C string constant. */ configuration=\"@configuration@\" /* On Xenix and the IBM RS6000, double-dot gets screwed up. */ -- 2.39.5