mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-04-28 06:33:36 +00:00
cygpath: Add reminder to include <config.h>.
* lib/cygpath.h: Check that config.h was already included so _GL_ATTRIBUTE_MALLOC and _GL_ATTRIBUTE_DEALLOC_FREE are defined.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2026-03-16 Collin Funk <collin.funk1@gmail.com>
|
||||
|
||||
cygpath: Add reminder to include <config.h>.
|
||||
* lib/cygpath.h: Check that config.h was already included so
|
||||
_GL_ATTRIBUTE_MALLOC and _GL_ATTRIBUTE_DEALLOC_FREE are defined.
|
||||
|
||||
2026-03-16 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
stdc_memrevers8u: Add comment.
|
||||
|
||||
@@ -19,6 +19,11 @@
|
||||
#ifndef _CYGPATH_H
|
||||
#define _CYGPATH_H
|
||||
|
||||
/* This file uses _GL_ATTRIBUTE_MALLOC and _GL_ATTRIBUTE_DEALLOC_FREE. */
|
||||
#if !_GL_CONFIG_H_INCLUDED
|
||||
#error "Please include config.h first."
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user