PostgreSQL Source Code  git master
_defines Struct Reference

#include <type.h>

Data Fields

char * olddef
 
char * newdef
 
int pertinent
 
void * used
 
struct _definesnext
 

Detailed Description

Definition at line 166 of file type.h.

Field Documentation

◆ newdef

char* _defines::newdef

Definition at line 169 of file type.h.

Referenced by add_preprocessor_define(), and main().

◆ next

struct _defines* _defines::next

Definition at line 172 of file type.h.

Referenced by add_preprocessor_define(), and main().

◆ olddef

char* _defines::olddef

Definition at line 168 of file type.h.

Referenced by add_preprocessor_define(), and main().

◆ pertinent

int _defines::pertinent

Definition at line 170 of file type.h.

Referenced by add_preprocessor_define(), and main().

◆ used

void* _defines::used

Definition at line 171 of file type.h.

Referenced by add_preprocessor_define().


The documentation for this struct was generated from the following file: