groff-commit
[Top][All Lists]
Advanced

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

[Groff-commit] groff ./ChangeLog src/utils/pfbtops/pfbtops.c s...


From: Werner LEMBERG
Subject: [Groff-commit] groff ./ChangeLog src/utils/pfbtops/pfbtops.c s...
Date: Wed, 16 Nov 2005 13:09:04 -0500

CVSROOT:        /cvsroot/groff
Module name:    groff
Branch:         
Changes by:     Werner LEMBERG <address@hidden> 05/11/16 18:09:04

Modified files:
        .              : ChangeLog 
        src/utils/pfbtops: pfbtops.c 
        src/utils/xtotroff: xtotroff.c 

Log message:
        * src/utils/pfbtops/pfbtops.c, src/utils/xtotroff/xtotroff.c: Move
        definition of __GETOPT_PREFIX to the beginning of file to ensure
        that it is defined even on platforms where getopt.h is already
        included by other header files.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/ChangeLog.diff?tr1=1.858&tr2=1.859&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/src/utils/pfbtops/pfbtops.c.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/groff/groff/src/utils/xtotroff/xtotroff.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text

Patches:
Index: groff/ChangeLog
diff -u groff/ChangeLog:1.858 groff/ChangeLog:1.859
--- groff/ChangeLog:1.858       Thu Nov 10 08:36:52 2005
+++ groff/ChangeLog     Wed Nov 16 18:09:03 2005
@@ -1,8 +1,15 @@
+2005-11-17  Peter O'Gorman  <address@hidden>
+
+       * src/utils/pfbtops/pfbtops.c, src/utils/xtotroff/xtotroff.c: Move
+       definition of __GETOPT_PREFIX to the beginning of file to ensure
+       that it is defined even on platforms where getopt.h is already
+       included by other header files.
+
 2005-11-10  Gaius Mulley  <address@hidden>
 
-       * src/devices/grohtml/post-html.cpp
-       (html_printer::do_heading): reset font to NULL to ensure
-        that a font block is recreated during the next paragraph.
+       * src/devices/grohtml/post-html.cpp (html_printer::do_heading):
+       Reset font to NULL to ensure that a font block is recreated during
+       the next paragraph.
 
 2005-11-04  Werner LEMBERG  <address@hidden>
 
Index: groff/src/utils/pfbtops/pfbtops.c
diff -u groff/src/utils/pfbtops/pfbtops.c:1.16 
groff/src/utils/pfbtops/pfbtops.c:1.17
--- groff/src/utils/pfbtops/pfbtops.c:1.16      Thu Jun 23 11:33:00 2005
+++ groff/src/utils/pfbtops/pfbtops.c   Wed Nov 16 18:09:04 2005
@@ -23,11 +23,12 @@
 #include <config.h>
 #endif
 
+#define __GETOPT_PREFIX groff_
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <limits.h>
 
-#define __GETOPT_PREFIX groff_
 #include <getopt.h>
 
 #include "nonposix.h"
Index: groff/src/utils/xtotroff/xtotroff.c
diff -u groff/src/utils/xtotroff/xtotroff.c:1.4 
groff/src/utils/xtotroff/xtotroff.c:1.5
--- groff/src/utils/xtotroff/xtotroff.c:1.4     Thu Jun 23 11:33:00 2005
+++ groff/src/utils/xtotroff/xtotroff.c Wed Nov 16 18:09:04 2005
@@ -8,6 +8,8 @@
 #include <config.h>
 #endif
 
+#define __GETOPT_PREFIX groff_
+
 #include <X11/Xlib.h>
 #include <stdio.h>
 #include <ctype.h>
@@ -17,7 +19,6 @@
 #include <fcntl.h>
 #include <limits.h>
 
-#define __GETOPT_PREFIX groff_
 #include <getopt.h>
 
 #include "XFontName.h"




reply via email to

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