changeset 7137:be78bf0c9e71

Use C-style comments.
author Karl Heuer <kwzh@gnu.org>
date Wed, 27 Apr 1994 21:43:24 +0000
parents 8a99aef126ba
children cbe3820953c6
files src/Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.in	Wed Apr 27 20:20:31 1994 +0000
+++ b/src/Makefile.in	Wed Apr 27 21:43:24 1994 +0000
@@ -858,8 +858,8 @@
 	chmod -w $(SOURCES)
 	chmod +w paths.h
 
-# Arrange to make a tags table in ../lisp, and another in this dir
-# which includes ../lisp/TAGS by reference.
+/* Arrange to make a tags table in ../lisp, and another in this dir
+   which includes ../lisp/TAGS by reference.  */
 ctagsfiles = [a-zA-Z]*.h [a-zA-Z]*.c
 lisptagsfiles = ../lisp/[a-zA-Z]*.el ../lisp/term/[a-zA-Z]*.el
 TAGS: $(ctagsfiles)