mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
build: Take the mem-hash-map module from Gnulib now, part 2.
* autogen.sh (GNULIB_MODULES_TOOLS_FOR_SRC): Add next-prime. * gettext-tools/src/write-mo.c: Include next-prime.h. * gettext-tools/src/write-qt.c: Likewise.
This commit is contained in:
parent
2fde1696aa
commit
096228bcaf
@ -218,6 +218,7 @@ if ! $skip_gnulib; then
|
||||
memset
|
||||
minmax
|
||||
mkdir
|
||||
next-prime
|
||||
noreturn
|
||||
obstack
|
||||
open
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* Writing binary .mo files.
|
||||
Copyright (C) 1995-2024 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-2025 Free Software Foundation, Inc.
|
||||
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -42,6 +42,7 @@
|
||||
#include "mem-hash-map.h"
|
||||
#include "message.h"
|
||||
#include "format.h"
|
||||
#include "next-prime.h"
|
||||
#include "xsize.h"
|
||||
#include "xalloc.h"
|
||||
#include "xmalloca.h"
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/* Writing Qt .qm files.
|
||||
Copyright (C) 2003-2024 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2025 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <bruno@clisp.org>, 2003.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@ -33,6 +33,7 @@
|
||||
#include "attribute.h"
|
||||
#include "xerror.h"
|
||||
#include "message.h"
|
||||
#include "next-prime.h"
|
||||
#include "po-charset.h"
|
||||
#include "msgl-iconv.h"
|
||||
#include "xerror-handler.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user