wl pushed a commit to branch master
in repository groff.

commit b0afc87e4bc0296de3cb1eb7ba2324b5f5348f5c
Author: Werner Lemberg <[email protected]>
Date:   Wed Feb 28 06:10:30 2018 +0100

    Don't use `//' comments in C files.
---
 src/devices/xditview/draw.c | 4 ++--
 src/devices/xditview/font.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/devices/xditview/draw.c b/src/devices/xditview/draw.c
index f529801..6126179 100644
--- a/src/devices/xditview/draw.c
+++ b/src/devices/xditview/draw.c
@@ -34,7 +34,7 @@ static int FakeCharacter(DviWidget, char *, int);
 /* font.c */
 extern int MaxFontPosition(DviWidget);
 
-// shadowed by a macro definition in parse.c, and unused elsewhere
+/* shadowed by a macro definition in parse.c, and unused elsewhere */
 #if 0
 static void
 HorizontalMove(DviWidget dw, int delta)
@@ -389,7 +389,7 @@ PutNumberedCharacter (DviWidget dw, int c)
        }
 }
 
-// unused
+/* unused */
 #if 0
 static void
 ClearPage (DviWidget dw)
diff --git a/src/devices/xditview/font.c b/src/devices/xditview/font.c
index 0958cd5..97eb46e 100644
--- a/src/devices/xditview/font.c
+++ b/src/devices/xditview/font.c
@@ -15,7 +15,7 @@
 #include "XFontName.h"
 #include "font.h"
 
-// forward reference
+/* forward reference */
 static void DisposeFontSizes(DviWidget, DviFontSizeList *);
 
 static char *

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to