diff options
| author | Richard M. Stallman | 1994-01-30 00:50:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-30 00:50:32 +0000 |
| commit | 87833fb6f9af580201603649a95e36c0cedc56d4 (patch) | |
| tree | 60641aa102b92497fbb1bab492862d1c2a8ad3dc /src | |
| parent | aef1a243d04dadf0b6e319a5e23efcb80171cc2a (diff) | |
| download | emacs-87833fb6f9af580201603649a95e36c0cedc56d4.tar.gz emacs-87833fb6f9af580201603649a95e36c0cedc56d4.zip | |
(configuration): Change # comment to C comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 4 |
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@ | |||
| 27 | CPP=@CPP@ | 27 | CPP=@CPP@ |
| 28 | CFLAGS=@CFLAGS@ | 28 | CFLAGS=@CFLAGS@ |
| 29 | LN_S=@LN_S@ | 29 | LN_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. */ |
| 32 | configuration=\"@configuration@\" | 32 | configuration=\"@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. */ |