lists.h, text.h: update code guard name from __HAVE_DEFINED_BOOL__ to PETIDOMO_HAS_DEFINED_BOOL
User names must not have a leading underscore. I made that change in petidomo.h recently, but forgot to update those header files as well.
This commit is contained in:
parent
d6b37a4552
commit
a7476aec82
4
NEWS
4
NEWS
@ -1,7 +1,9 @@
|
||||
#+TITLE: Petidomo Mailing List Server -*- mode:org;fill-column:79; -*-
|
||||
#+STARTUP: showall
|
||||
|
||||
* Noteworthy changes in release ?.? (????-??-??) [?]
|
||||
* Noteworthy changes in release 4.3 (2013-02-11) [stable]
|
||||
|
||||
Fix build error on FreeBSD.
|
||||
|
||||
* Noteworthy changes in release 4.2 (2013-02-09) [stable]
|
||||
|
||||
|
||||
@ -30,8 +30,8 @@
|
||||
/********** Useful defines and declarations **********/
|
||||
|
||||
#ifndef __cplusplus
|
||||
#ifndef __HAVE_DEFINED_BOOL__
|
||||
# define __HAVE_DEFINED_BOOL__ 1
|
||||
#ifndef PETIDOMO_HAS_DEFINED_BOOL
|
||||
# define PETIDOMO_HAS_DEFINED_BOOL 1
|
||||
typedef int bool;
|
||||
#endif
|
||||
#ifndef FALSE
|
||||
|
||||
@ -34,8 +34,8 @@ extern "C" {
|
||||
/********** Useful defines and declarations **********/
|
||||
|
||||
#ifndef __cplusplus
|
||||
#ifndef __HAVE_DEFINED_BOOL__
|
||||
# define __HAVE_DEFINED_BOOL__ 1
|
||||
#ifndef PETIDOMO_HAS_DEFINED_BOOL
|
||||
# define PETIDOMO_HAS_DEFINED_BOOL 1
|
||||
typedef int bool;
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user