[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 19/24: Updater header file inclusion annotations.
From: |
G. Branden Robinson |
Subject: |
[groff] 19/24: Updater header file inclusion annotations. |
Date: |
Mon, 2 Dec 2024 22:52:30 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit 334a2d067f39abdb054a928da08aed41f71a2068
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Dec 2 19:51:35 2024 -0600
Updater header file inclusion annotations.
---
src/devices/grohtml/post-html.cpp | 2 +-
src/devices/grops/ps.cpp | 2 +-
src/preproc/preconv/preconv.cpp | 4 ++--
src/roff/troff/input.cpp | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/devices/grohtml/post-html.cpp
b/src/devices/grohtml/post-html.cpp
index 401280ebb..d6fc16b11 100644
--- a/src/devices/grohtml/post-html.cpp
+++ b/src/devices/grohtml/post-html.cpp
@@ -28,7 +28,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>. */
#include <assert.h>
#include <errno.h>
#include <stdio.h> // EOF, FILE, fclose(), fflush(), fopen(), freopen(),
- // fseek(), setbuf(), stderr, stdout
+ // fseek(), SEEK_SET, setbuf(), stderr, stdout
#include <string.h> // strcasecmp(), strcmp(), strerror(), strlen(),
// strncmp()
#include <time.h> // asctime(), tm
diff --git a/src/devices/grops/ps.cpp b/src/devices/grops/ps.cpp
index 46028da7a..b65797765 100644
--- a/src/devices/grops/ps.cpp
+++ b/src/devices/grops/ps.cpp
@@ -32,7 +32,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>. */
#include <math.h> // atan2(), sqrt(), tan()
#include <stdint.h> // uint16_t
#include <stdio.h> // EOF, FILE, fclose(), fgets(), fileno(), fseek(),
- // getc(), setbuf(), stderr, stdout
+ // getc(), SEEK_SET, setbuf(), stderr, stdout
#include <stdlib.h> // exit(), EXIT_SUCCESS, putenv(), strtol()
#include <string.h> // strchr(), strcmp(), strcpy(), strerror(),
// strlen(), strncmp(), strstr(), strtok()
diff --git a/src/preproc/preconv/preconv.cpp b/src/preproc/preconv/preconv.cpp
index b3c3f5351..6a8ee6392 100644
--- a/src/preproc/preconv/preconv.cpp
+++ b/src/preproc/preconv/preconv.cpp
@@ -33,8 +33,8 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>. */
#include <locale.h> // setlocale()
#include <stdio.h> // EOF, FILE, fclose(), ferror(), fflush(), fileno(),
// fopen(), fprintf(), fread(), fseek(), ftell(),
- // getc(), printf(), putchar(), rewind(), stderr,
- // stdin, stdout, ungetc()
+ // getc(), printf(), putchar(), rewind(), SEEK_SET,
+ // stderr, stdin, stdout, ungetc()
#include <stdlib.h> // calloc(), exit(), EXIT_SUCCESS, free(), malloc()
#include <string.h> // sterror()
#include <sys/stat.h> // fstat(), stat
diff --git a/src/roff/troff/input.cpp b/src/roff/troff/input.cpp
index 9a7942627..78737186b 100644
--- a/src/roff/troff/input.cpp
+++ b/src/roff/troff/input.cpp
@@ -25,7 +25,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>. */
#include <locale.h> // setlocale()
#include <stdio.h> // EOF, FILE, clearerr(), fclose(), fflush(),
// fileno(), fopen(), fprintf(), fseek(), getc(),
- // pclose(), popen(), printf(), snprintf(),
+ // pclose(), popen(), printf(), SEEK_SET, snprintf(),
// sprintf(), setbuf(), stderr, stdin, stdout,
// ungetc()
#include <stdlib.h> // atoi(), exit(), EXIT_FAILURE, EXIT_SUCCESS,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 19/24: Updater header file inclusion annotations.,
G. Branden Robinson <=