Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../usr/include/python3....
File: pgen.h
#ifndef Py_PGEN_H
[0] Fix | Delete
#define Py_PGEN_H
[1] Fix | Delete
#ifdef __cplusplus
[2] Fix | Delete
extern "C" {
[3] Fix | Delete
#endif
[4] Fix | Delete
[5] Fix | Delete
[6] Fix | Delete
/* Parser generator interface */
[7] Fix | Delete
[8] Fix | Delete
extern grammar *meta_grammar(void);
[9] Fix | Delete
[10] Fix | Delete
struct _node;
[11] Fix | Delete
extern grammar *pgen(struct _node *);
[12] Fix | Delete
[13] Fix | Delete
#ifdef __cplusplus
[14] Fix | Delete
}
[15] Fix | Delete
#endif
[16] Fix | Delete
#endif /* !Py_PGEN_H */
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function