mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 17:40:05 +01:00
Remove duplicate 'struct real_pcre' declaration
The redundant forward declaration of 'struct real_pcre' before the typedef was tripping up gtk-doc. Remove it.
This commit is contained in:
parent
668c399077
commit
ea63f16c59
@ -209,8 +209,7 @@ these bits, just add new ones on the end, in order to remain compatible. */
|
||||
|
||||
/* Types */
|
||||
|
||||
struct real_pcre; /* declaration; the definition is private */
|
||||
typedef struct real_pcre pcre;
|
||||
typedef struct real_pcre pcre; /* declaration; the definition is private */
|
||||
|
||||
/* When PCRE is compiled as a C++ library, the subject pointer type can be
|
||||
replaced with a custom type. For conventional use, the public interface is a
|
||||
|
Loading…
x
Reference in New Issue
Block a user