emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100159: src/Makefile.in: Convert com


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100159: src/Makefile.in: Convert comment in cpp section to the right format.
Date: Wed, 05 May 2010 22:50:26 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100159
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-05-05 22:50:26 -0700
message:
  src/Makefile.in: Convert comment in cpp section to the right format.
modified:
  src/Makefile.in
=== modified file 'src/Makefile.in'
--- a/src/Makefile.in   2010-05-04 03:13:35 +0000
+++ b/src/Makefile.in   2010-05-06 05:50:26 +0000
@@ -802,14 +802,14 @@
 
 #ifndef AUTO_DEPEND
 
-## FIXME some of these dependencies are platform-specific.
-## Eg callproc.c only depends on w32.h for WINDOWSNT builds.
-## One way to fix this would be to replace w32.h (etc) by $(W32_H),
-## a variable set by configure.  Doesn't seem worth the trouble.
+/* FIXME some of these dependencies are platform-specific.
+Eg callproc.c only depends on w32.h for WINDOWSNT builds.
+One way to fix this would be to replace w32.h (etc) by $(W32_H),
+a variable set by configure.  Does not seem worth the trouble.
 
-## nsgui.h: In fact, every .o file depends directly or indirectly on
-## dispextern.h and hence nsgui.h under NS.  But the ones that actually
-## use stuff there are more limited.
+nsgui.h: In fact, every .o file depends directly or indirectly on
+dispextern.h and hence nsgui.h under NS.  But the ones that actually
+use stuff there are more limited.  */
 atimer.o: atimer.c atimer.h syssignal.h systime.h lisp.h blockinput.h \
  $(config_h)
 bidi.o: bidi.c buffer.h character.h dispextern.h lisp.h $(config_h)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]