aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-30 00:50:32 +0000
committerRichard M. Stallman1994-01-30 00:50:32 +0000
commit87833fb6f9af580201603649a95e36c0cedc56d4 (patch)
tree60641aa102b92497fbb1bab492862d1c2a8ad3dc /src
parentaef1a243d04dadf0b6e319a5e23efcb80171cc2a (diff)
downloademacs-87833fb6f9af580201603649a95e36c0cedc56d4.tar.gz
emacs-87833fb6f9af580201603649a95e36c0cedc56d4.zip
(configuration): Change # comment to C comment.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files 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@
27CPP=@CPP@ 27CPP=@CPP@
28CFLAGS=@CFLAGS@ 28CFLAGS=@CFLAGS@
29LN_S=@LN_S@ 29LN_S=@LN_S@
30# These escaped doublequotes become part of the macro definition in emacs.c. 30/* These escaped doublequotes become part of the macro definition in emacs.c.
31# Thus, the definition is a C string constant. 31 Thus, the definition is a C string constant. */
32configuration=\"@configuration@\" 32configuration=\"@configuration@\"
33 33
34/* On Xenix and the IBM RS6000, double-dot gets screwed up. */ 34/* On Xenix and the IBM RS6000, double-dot gets screwed up. */