[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: * tp/Texinfo/XS/parsetexi/debug_parser.c: add mis
From: |
Patrice Dumas |
Subject: |
branch master updated: * tp/Texinfo/XS/parsetexi/debug_parser.c: add missing stdlib.h include. Report by Bruno. |
Date: |
Tue, 11 Jun 2024 09:23:40 -0400 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 2953745854 * tp/Texinfo/XS/parsetexi/debug_parser.c: add missing
stdlib.h include. Report by Bruno.
2953745854 is described below
commit 2953745854838bd235d6a8920338f2e124a9a3ec
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Jun 11 15:23:32 2024 +0200
* tp/Texinfo/XS/parsetexi/debug_parser.c: add missing stdlib.h
include. Report by Bruno.
---
ChangeLog | 8 ++++++--
tp/Texinfo/XS/parsetexi/debug_parser.c | 1 +
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9c5172eb0e..c84ec50976 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-11 Patrice Dumas <pertusus@free.fr>
+
+ * tp/Texinfo/XS/parsetexi/debug_parser.c: add missing stdlib.h
+ include. Report by Bruno.
+
2024-06-11 Patrice Dumas <pertusus@free.fr>
Add missing void to prototypes
@@ -27,8 +32,7 @@
2024-06-11 Patrice Dumas <pertusus@free.fr>
- tp/Texinfo/XS/parsetexi/conf.c: add missing stdlib.h include
-
+ * tp/Texinfo/XS/parsetexi/conf.c: add missing stdlib.h include.
Report by Bruno.
2024-06-11 Patrice Dumas <pertusus@free.fr>
diff --git a/tp/Texinfo/XS/parsetexi/debug_parser.c
b/tp/Texinfo/XS/parsetexi/debug_parser.c
index 3ac4ea20f9..0a79179c56 100644
--- a/tp/Texinfo/XS/parsetexi/debug_parser.c
+++ b/tp/Texinfo/XS/parsetexi/debug_parser.c
@@ -15,6 +15,7 @@
#include <config.h>
#include <string.h>
+#include <stdlib.h>
#include <stdio.h>
#include "commands.h"
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: * tp/Texinfo/XS/parsetexi/debug_parser.c: add missing stdlib.h include. Report by Bruno.,
Patrice Dumas <=