]> code.delx.au - gnu-emacs/commitdiff
(configuration): Change # comment to C comment.
authorRichard M. Stallman <rms@gnu.org>
Sun, 30 Jan 1994 00:50:32 +0000 (00:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 30 Jan 1994 00:50:32 +0000 (00:50 +0000)
src/Makefile.in

index 444bc46b7fd923a1c36d0f0c002a71ee09a97677..5562d5045165ea93b6f5f83fdefa37726921d61d 100644 (file)
@@ -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.  */