From: Richard M. Stallman Date: Sun, 30 Jan 1994 00:50:32 +0000 (+0000) Subject: (configuration): Change # comment to C comment. X-Git-Tag: emacs-19.34~10149 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87833fb6f9af580201603649a95e36c0cedc56d4;p=emacs.git (configuration): Change # comment to C comment. --- 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. */