Temporary header file '/tmp/Iip2crlTmF/dump1.h' with the following content will be compiled to create GCC translation unit dump:

  // add defines
  #define __STDC_VERSION__ 201710L
#define _GXX_NULLPTR_T
#define CLUTTER_ENABLE_COMPOSITOR_API 1
#define _REGEX_NELTS(n)
#define _Atomic
#define PACKED

  // add includes
  #include "/usr/include/picoacph.h"
  #include "/usr/include/picoapi.h"
  #include "/usr/include/picoapid.h"
  #include "/usr/include/picobase.h"
  #include "/usr/include/picocep.h"
  #include "/usr/include/picoctrl.h"
  #include "/usr/include/picodata.h"
  #include "/usr/include/picodbg.h"
  #include "/usr/include/picodefs.h"
  #include "/usr/include/picodsp.h"
  #include "/usr/include/picoextapi.h"
  #include "/usr/include/picofftsg.h"
  #include "/usr/include/picokdbg.h"
  #include "/usr/include/picokdt.h"
  #include "/usr/include/picokfst.h"
  #include "/usr/include/picoklex.h"
  #include "/usr/include/picoknow.h"
  #include "/usr/include/picokpdf.h"
  #include "/usr/include/picokpr.h"
  #include "/usr/include/picoktab.h"
  #include "/usr/include/picoos.h"
  #include "/usr/include/picopal.h"
  #include "/usr/include/picopam.h"
  #include "/usr/include/picopltf.h"
  #include "/usr/include/picopr.h"
  #include "/usr/include/picorsrc.h"
  #include "/usr/include/picosa.h"
  #include "/usr/include/picosig.h"
  #include "/usr/include/picosig2.h"
  #include "/usr/include/picospho.h"
  #include "/usr/include/picotok.h"
  #include "/usr/include/picotrns.h"
  #include "/usr/include/picowa.h"

  // add classes
  _G_fpos64_t* tmp_add_class_0;
  _G_fpos_t* tmp_add_class_1;
  _IO_cookie_io_functions_t* tmp_add_class_2;
  pico_system* tmp_add_class_3;
  picodata_itemhead* tmp_add_class_4;
  picodata_processing_unit* tmp_add_class_5;
  picoknow_knowledge_base* tmp_add_class_6;
  picokpdf_pdfdur* tmp_add_class_7;
  picokpdf_pdfmul* tmp_add_class_8;
  picokpdf_pdfphs* tmp_add_class_9;
  picoktab_fixed_ids* tmp_add_class_10;
  picoos_common* tmp_add_class_11;
  picoos_file_header* tmp_add_class_12;
  picoos_file_header_field* tmp_add_class_13;
  picorsrc_voice* tmp_add_class_14;
  picotrns_possym* tmp_add_class_15;
  sig_innerobj* tmp_add_class_16;

The GCC parameters:
  gcc -fdump-lang-raw -fkeep-inline-functions -c -x c++ -fpermissive -w "/tmp/Iip2crlTmF/dump1.h"

In file included from /usr/include/picoacph.h:175,
                 from /tmp/Iip2crlTmF/dump1.h:11:
/usr/include/picoos.h:132:68: error: expected ‘,’ or ‘...’ before ‘this’
  132 | void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this);
      |                                                                    ^~~~
/usr/include/picoos.h:164:45: error: expected ‘,’ or ‘...’ before ‘this’
  164 | void * picoos_allocate(picoos_MemoryManager this, picoos_objsize_t byteSize);
      |                                             ^~~~
/usr/include/picoos.h:165:45: error: expected ‘,’ or ‘...’ before ‘this’
  165 | void picoos_deallocate(picoos_MemoryManager this, void * * adr);
      |                                             ^~~~
/usr/include/picoos.h:193:30: error: expected ‘,’ or ‘...’ before ‘this’
  193 |         picoos_MemoryManager this,
      |                              ^~~~
/usr/include/picoos.h:200:30: error: expected ‘,’ or ‘...’ before ‘this’
  200 |         picoos_MemoryManager this,
      |                              ^~~~
/usr/include/picoos.h:224:35: error: expected ‘,’ or ‘...’ before ‘this’
  224 |         picoos_ExceptionManager * this);
      |                                   ^~~~
/usr/include/picoos.h:227:45: error: expected ‘,’ or ‘...’ before ‘this’
  227 | void picoos_emReset(picoos_ExceptionManager this);
      |                                             ^~~~
/usr/include/picoos.h:233:63: error: expected ‘,’ or ‘...’ before ‘this’
  233 | pico_status_t picoos_emRaiseException(picoos_ExceptionManager this,
      |                                                               ^~~~
/usr/include/picoos.h:236:65: error: expected ‘,’ or ‘...’ before ‘this’
  236 | pico_status_t picoos_emGetExceptionCode(picoos_ExceptionManager this);
      |                                                                 ^~~~
/usr/include/picoos.h:238:59: error: expected ‘,’ or ‘...’ before ‘this’
  238 | void picoos_emGetExceptionMessage(picoos_ExceptionManager this, picoos_char * msg, picoos_uint16 maxsize);
      |                                                           ^~~~
/usr/include/picoos.h:240:52: error: expected ‘,’ or ‘...’ before ‘this’
  240 | void picoos_emRaiseWarning(picoos_ExceptionManager this,
      |                                                    ^~~~
/usr/include/picoos.h:243:64: error: expected ‘,’ or ‘...’ before ‘this’
  243 | picoos_uint8 picoos_emGetNumOfWarnings(picoos_ExceptionManager this);
      |                                                                ^~~~
/usr/include/picoos.h:245:63: error: expected ‘,’ or ‘...’ before ‘this’
  245 | pico_status_t picoos_emGetWarningCode(picoos_ExceptionManager this, picoos_uint8 warnNum);
      |                                                               ^~~~
/usr/include/picoos.h:247:57: error: expected ‘,’ or ‘...’ before ‘this’
  247 | void picoos_emGetWarningMessage(picoos_ExceptionManager this, picoos_uint8 warnNum, picoos_char * msg, picoos_uint16 maxsize);
      |                                                         ^~~~
In file included from /usr/include/picokfst.h:34,
                 from /usr/include/picotrns.h:56,
                 from /usr/include/picodata.h:31,
                 from /usr/include/picoacph.h:176:
/usr/include/picoknow.h:167:85: error: expected ‘,’ or ‘...’ before ‘this’
  167 | typedef pico_status_t (* picoknow_kbSubDeallocate) (register picoknow_KnowledgeBase this, picoos_MemoryManager mm);
      |                                                                                     ^~~~
/usr/include/picoknow.h:183:93: error: expected ‘,’ or ‘...’ before ‘this’
  183 | extern void picoknow_disposeKnowledgeBase(picoos_MemoryManager mm, picoknow_KnowledgeBase * this);
      |                                                                                             ^~~~
/usr/include/picokfst.h:90:74: error: expected ‘,’ or ‘...’ before ‘this’
   90 | pico_status_t picokfst_specializeFSTKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                          ^~~~
/usr/include/picokfst.h:102:53: error: expected ‘,’ or ‘...’ before ‘this’
  102 | picokfst_FST picokfst_getFST(picoknow_KnowledgeBase this);
      |                                                     ^~~~
/usr/include/picokfst.h:111:60: error: expected ‘,’ or ‘...’ before ‘this’
  111 | picoos_uint8 picokfst_kfstGetTransductionMode(picokfst_FST this);
      |                                                            ^~~~
/usr/include/picokfst.h:115:45: error: expected ‘,’ or ‘...’ before ‘this’
  115 | void picokfst_kfstGetFSTSizes (picokfst_FST this, picoos_int32 *nrStates, picoos_int32 *nrClasses);
      |                                             ^~~~
/usr/include/picokfst.h:121:49: error: expected ‘,’ or ‘...’ before ‘this’
  121 | void picokfst_kfstStartPairSearch (picokfst_FST this, picokfst_symid_t inSym,
      |                                                 ^~~~
/usr/include/picokfst.h:128:45: error: expected ‘,’ or ‘...’ before ‘this’
  128 | void picokfst_kfstGetNextPair (picokfst_FST this, picoos_int32 * searchState,
      |                                             ^~~~
/usr/include/picokfst.h:135:42: error: expected ‘,’ or ‘...’ before ‘this’
  135 | void picokfst_kfstGetTrans (picokfst_FST this, picokfst_state_t startState, picokfst_class_t transClass,
      |                                          ^~~~
/usr/include/picokfst.h:144:55: error: expected ‘,’ or ‘...’ before ‘this’
  144 | void picokfst_kfstStartInEpsTransSearch (picokfst_FST this, picokfst_state_t startState,
      |                                                       ^~~~
/usr/include/picokfst.h:153:51: error: expected ‘,’ or ‘...’ before ‘this’
  153 | void picokfst_kfstGetNextInEpsTrans (picokfst_FST this, picoos_int32 * searchState,
      |                                                   ^~~~
/usr/include/picokfst.h:162:57: error: expected ‘,’ or ‘...’ before ‘this’
  162 | picoos_bool picokfst_kfstIsAcceptingState (picokfst_FST this, picokfst_state_t state);
      |                                                         ^~~~
In file included from /usr/include/picotrns.h:57:
/usr/include/picoktab.h:64:74: error: expected ‘,’ or ‘...’ before ‘this’
   64 | pico_status_t picoktab_specializeIdsKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                          ^~~~
/usr/include/picoktab.h:67:63: error: expected ‘,’ or ‘...’ before ‘this’
   67 | picoktab_FixedIds picoktab_getFixedIds(picoknow_KnowledgeBase this);
      |                                                               ^~~~
/usr/include/picoktab.h:77:77: error: expected ‘,’ or ‘...’ before ‘this’
   77 | pico_status_t picoktab_specializeGraphsKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                             ^~~~
/usr/include/picoktab.h:81:59: error: expected ‘,’ or ‘...’ before ‘this’
   81 | picoktab_Graphs picoktab_getGraphs(picoknow_KnowledgeBase this);
      |                                                           ^~~~
/usr/include/picoktab.h:86:58: error: expected ‘,’ or ‘...’ before ‘this’
   86 | picoos_uint32 picoktab_graphOffset(const picoktab_Graphs this,
      |                                                          ^~~~
/usr/include/picoktab.h:92:62: error: expected ‘,’ or ‘...’ before ‘this’
   92 | picoos_uint8 picoktab_hasVowellikeProp(const picoktab_Graphs this,
      |                                                              ^~~~
/usr/include/picoktab.h:98:65: error: expected ‘,’ or ‘...’ before ‘this’
   98 | picoos_bool  picoktab_getIntPropTokenType(const picoktab_Graphs this,
      |                                                                 ^~~~
/usr/include/picoktab.h:101:68: error: expected ‘,’ or ‘...’ before ‘this’
  101 | picoos_bool  picoktab_getIntPropTokenSubType(const picoktab_Graphs this,
      |                                                                    ^~~~
/usr/include/picoktab.h:104:61: error: expected ‘,’ or ‘...’ before ‘this’
  104 | picoos_bool  picoktab_getIntPropValue(const picoktab_Graphs this,
      |                                                             ^~~~
/usr/include/picoktab.h:107:65: error: expected ‘,’ or ‘...’ before ‘this’
  107 | picoos_bool  picoktab_getStrPropLowercase(const picoktab_Graphs this,
      |                                                                 ^~~~
/usr/include/picoktab.h:110:66: error: expected ‘,’ or ‘...’ before ‘this’
  110 | picoos_bool  picoktab_getStrPropGraphsubs1(const picoktab_Graphs this,
      |                                                                  ^~~~
/usr/include/picoktab.h:113:66: error: expected ‘,’ or ‘...’ before ‘this’
  113 | picoos_bool  picoktab_getStrPropGraphsubs2(const picoktab_Graphs this,
      |                                                                  ^~~~
/usr/include/picoktab.h:116:61: error: expected ‘,’ or ‘...’ before ‘this’
  116 | picoos_bool  picoktab_getIntPropPunct(const picoktab_Graphs this,
      |                                                             ^~~~
/usr/include/picoktab.h:121:66: error: expected ‘,’ or ‘...’ before ‘this’
  121 | picoos_uint16 picoktab_graphsGetNumEntries(const picoktab_Graphs this);
      |                                                                  ^~~~
/usr/include/picoktab.h:122:56: error: expected ‘,’ or ‘...’ before ‘this’
  122 | void picoktab_graphsGetGraphInfo(const picoktab_Graphs this,
      |                                                        ^~~~
/usr/include/picoktab.h:136:77: error: expected ‘,’ or ‘...’ before ‘this’
  136 | pico_status_t picoktab_specializePhonesKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                             ^~~~
/usr/include/picoktab.h:142:59: error: expected ‘,’ or ‘...’ before ‘this’
  142 | picoktab_Phones picoktab_getPhones(picoknow_KnowledgeBase this);
      |                                                           ^~~~
/usr/include/picoktab.h:146:58: error: expected ‘,’ or ‘...’ before ‘this’
  146 | picoos_uint8 picoktab_hasVowelProp(const picoktab_Phones this,
      |                                                          ^~~~
/usr/include/picoktab.h:148:59: error: expected ‘,’ or ‘...’ before ‘this’
  148 | picoos_uint8 picoktab_hasDiphthProp(const picoktab_Phones this,
      |                                                           ^~~~
/usr/include/picoktab.h:150:58: error: expected ‘,’ or ‘...’ before ‘this’
  150 | picoos_uint8 picoktab_hasGlottProp(const picoktab_Phones this,
      |                                                          ^~~~
/usr/include/picoktab.h:152:65: error: expected ‘,’ or ‘...’ before ‘this’
  152 | picoos_uint8 picoktab_hasNonsyllvowelProp(const picoktab_Phones this,
      |                                                                 ^~~~
/usr/include/picoktab.h:154:61: error: expected ‘,’ or ‘...’ before ‘this’
  154 | picoos_uint8 picoktab_hasSyllconsProp(const picoktab_Phones this,
      |                                                             ^~~~
/usr/include/picoktab.h:160:58: error: expected ‘,’ or ‘...’ before ‘this’
  160 | picoos_bool picoktab_isSyllCarrier(const picoktab_Phones this,
      |                                                          ^~~~
/usr/include/picoktab.h:166:57: error: expected ‘,’ or ‘...’ before ‘this’
  166 | picoos_bool picoktab_isPrimstress(const picoktab_Phones this,
      |                                                         ^~~~
/usr/include/picoktab.h:168:56: error: expected ‘,’ or ‘...’ before ‘this’
  168 | picoos_bool picoktab_isSecstress(const picoktab_Phones this,
      |                                                        ^~~~
/usr/include/picoktab.h:170:56: error: expected ‘,’ or ‘...’ before ‘this’
  170 | picoos_bool picoktab_isSyllbound(const picoktab_Phones this,
      |                                                        ^~~~
/usr/include/picoktab.h:172:56: error: expected ‘,’ or ‘...’ before ‘this’
  172 | picoos_bool picoktab_isWordbound(const picoktab_Phones this,
      |                                                        ^~~~
/usr/include/picoktab.h:174:52: error: expected ‘,’ or ‘...’ before ‘this’
  174 | picoos_bool picoktab_isPause(const picoktab_Phones this,
      |                                                    ^~~~
/usr/include/picoktab.h:178:61: error: expected ‘,’ or ‘...’ before ‘this’
  178 | picoos_uint8 picoktab_getPrimstressID(const picoktab_Phones this);
      |                                                             ^~~~
/usr/include/picoktab.h:179:60: error: expected ‘,’ or ‘...’ before ‘this’
  179 | picoos_uint8 picoktab_getSecstressID(const picoktab_Phones this);
      |                                                            ^~~~
/usr/include/picoktab.h:180:60: error: expected ‘,’ or ‘...’ before ‘this’
  180 | picoos_uint8 picoktab_getSyllboundID(const picoktab_Phones this);
      |                                                            ^~~~
/usr/include/picoktab.h:181:60: error: expected ‘,’ or ‘...’ before ‘this’
  181 | picoos_uint8 picoktab_getWordboundID(const picoktab_Phones this);
      |                                                            ^~~~
/usr/include/picoktab.h:182:56: error: expected ‘,’ or ‘...’ before ‘this’
  182 | picoos_uint8 picoktab_getPauseID(const picoktab_Phones this);
      |                                                        ^~~~
/usr/include/picoktab.h:189:74: error: expected ‘,’ or ‘...’ before ‘this’
  189 | pico_status_t picoktab_specializePosKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                          ^~~~
/usr/include/picoktab.h:197:53: error: expected ‘,’ or ‘...’ before ‘this’
  197 | picoktab_Pos picoktab_getPos(picoknow_KnowledgeBase this);
      |                                                     ^~~~
/usr/include/picoktab.h:201:53: error: expected ‘,’ or ‘...’ before ‘this’
  201 | picoos_bool picoktab_isUniquePos(const picoktab_Pos this,
      |                                                     ^~~~
/usr/include/picoktab.h:208:58: error: expected ‘,’ or ‘...’ before ‘this’
  208 | picoos_bool picoktab_isPartOfPosGroup(const picoktab_Pos this,
      |                                                          ^~~~
/usr/include/picoktab.h:215:54: error: expected ‘,’ or ‘...’ before ‘this’
  215 | picoos_uint8 picoktab_getPosGroup(const picoktab_Pos this,
      |                                                      ^~~~
/usr/include/picotrns.h:169:76: error: expected ‘,’ or ‘...’ before ‘this’
  169 | pico_status_t picotrns_disposeSimpleTransducer(picotrns_SimpleTransducer * this,
      |                                                                            ^~~~
/usr/include/picotrns.h:174:65: error: expected ‘,’ or ‘...’ before ‘this’
  174 | pico_status_t picotrns_stAddWithPlane(picotrns_SimpleTransducer this, picoos_char * inStr, picoos_uint8 plane);
      |                                                                 ^~~~
/usr/include/picotrns.h:176:62: error: expected ‘,’ or ‘...’ before ‘this’
  176 | pico_status_t picotrns_stTransduce(picotrns_SimpleTransducer this, picokfst_FST fst);
      |                                                              ^~~~
/usr/include/picotrns.h:179:35: error: expected ‘,’ or ‘...’ before ‘this’
  179 |         picotrns_SimpleTransducer this,
      |                                   ^~~~
In file included from /usr/include/picodata.h:33:
/usr/include/picorsrc.h:100:90: error: expected ‘,’ or ‘...’ before ‘this’
  100 | void picorsrc_disposeResourceManager(picoos_MemoryManager mm, picorsrc_ResourceManager * this);
      |                                                                                          ^~~~
/usr/include/picorsrc.h:116:62: error: expected ‘,’ or ‘...’ before ‘this’
  116 | pico_status_t picorsrc_loadResource(picorsrc_ResourceManager this,
      |                                                              ^~~~
/usr/include/picorsrc.h:120:64: error: expected ‘,’ or ‘...’ before ‘this’
  120 | pico_status_t picorsrc_unloadResource(picorsrc_ResourceManager this, picorsrc_Resource * rsrc);
      |                                                                ^~~~
/usr/include/picorsrc.h:123:71: error: expected ‘,’ or ‘...’ before ‘this’
  123 | pico_status_t picorsrc_createDefaultResource(picorsrc_ResourceManager this /*,
      |                                                                       ^~~~
/usr/include/picorsrc.h:137:71: error: expected ‘,’ or ‘...’ before ‘this’
  137 | pico_status_t picorsrc_createVoiceDefinition(picorsrc_ResourceManager this,
      |                                                                       ^~~~
/usr/include/picorsrc.h:141:72: error: expected ‘,’ or ‘...’ before ‘this’
  141 | pico_status_t picorsrc_releaseVoiceDefinition(picorsrc_ResourceManager this,
      |                                                                        ^~~~
/usr/include/picorsrc.h:144:78: error: expected ‘,’ or ‘...’ before ‘this’
  144 | pico_status_t picorsrc_addResourceToVoiceDefinition(picorsrc_ResourceManager this,
      |                                                                              ^~~~
/usr/include/picorsrc.h:174:61: error: expected ‘,’ or ‘...’ before ‘this’
  174 | pico_status_t picorsrc_createVoice(picorsrc_ResourceManager this, const picoos_char * voiceName, picorsrc_Voice * voice);
      |                                                             ^~~~
/usr/include/picorsrc.h:177:62: error: expected ‘,’ or ‘...’ before ‘this’
  177 | pico_status_t picorsrc_releaseVoice(picorsrc_ResourceManager this, picorsrc_Voice * voice);
      |                                                              ^~~~
/usr/include/picodata.h:83:55: error: expected ‘,’ or ‘...’ before ‘this’
   83 |                                 picodata_CharBuffer * this);
      |                                                       ^~~~
/usr/include/picodata.h:86:61: error: expected ‘,’ or ‘...’ before ‘this’
   86 | pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, picoos_char ch);
      |                                                             ^~~~
/usr/include/picodata.h:89:60: error: expected ‘,’ or ‘...’ before ‘this’
   89 | picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this);
      |                                                            ^~~~
/usr/include/picodata.h:92:62: error: expected ‘,’ or ‘...’ before ‘this’
   92 | pico_status_t picodata_cbReset (register picodata_CharBuffer this);
      |                                                              ^~~~
/usr/include/picodata.h:301:63: error: expected ‘,’ or ‘...’ before ‘this’
  301 | pico_status_t picodata_cbGetItem(register picodata_CharBuffer this,
      |                                                               ^~~~
/usr/include/picodata.h:313:69: error: expected ‘,’ or ‘...’ before ‘this’
  313 | pico_status_t picodata_cbGetSpeechData(register picodata_CharBuffer this,
      |                                                                     ^~~~
/usr/include/picodata.h:324:63: error: expected ‘,’ or ‘...’ before ‘this’
  324 | pico_status_t picodata_cbPutItem(register picodata_CharBuffer this,
      |                                                               ^~~~
/usr/include/picodata.h:329:71: error: expected ‘,’ or ‘...’ before ‘this’
  329 | picoos_uint8 picodata_cbGetFrontItemType(register picodata_CharBuffer this);
      |                                                                       ^~~~
/usr/include/picodata.h:493:35: error: expected ‘,’ or ‘...’ before ‘this’
  493 |         picodata_ProcessingUnit * this);
      |                                   ^~~~
/usr/include/picodata.h:495:62: error: expected ‘,’ or ‘...’ before ‘this’
  495 | picodata_CharBuffer picodata_getCbIn(picodata_ProcessingUnit this);
      |                                                              ^~~~
/usr/include/picodata.h:496:63: error: expected ‘,’ or ‘...’ before ‘this’
  496 | picodata_CharBuffer picodata_getCbOut(picodata_ProcessingUnit this);
      |                                                               ^~~~
/usr/include/picodata.h:497:56: error: expected ‘,’ or ‘...’ before ‘this’
  497 | pico_status_t picodata_setCbIn(picodata_ProcessingUnit this, picodata_CharBuffer cbIn);
      |                                                        ^~~~
/usr/include/picodata.h:498:57: error: expected ‘,’ or ‘...’ before ‘this’
  498 | pico_status_t picodata_setCbOut(picodata_ProcessingUnit this, picodata_CharBuffer cbOut);
      |                                                         ^~~~
/usr/include/picodata.h:501:89: error: expected ‘,’ or ‘...’ before ‘this’
  501 | typedef pico_status_t (* picodata_puInitializeMethod) (register picodata_ProcessingUnit this, picoos_int32 mode);
      |                                                                                         ^~~~
/usr/include/picodata.h:502:88: error: expected ‘,’ or ‘...’ before ‘this’
  502 | typedef pico_status_t (* picodata_puTerminateMethod) (register picodata_ProcessingUnit this);
      |                                                                                        ^~~~
/usr/include/picodata.h:503:92: error: expected ‘,’ or ‘...’ before ‘this’
  503 | typedef picodata_step_result_t (* picodata_puStepMethod) (register picodata_ProcessingUnit this, picoos_int16 mode, picoos_uint16 * numBytesOutput);
      |                                                                                            ^~~~
/usr/include/picodata.h:504:92: error: expected ‘,’ or ‘...’ before ‘this’
  504 | typedef pico_status_t (* picodata_puSubDeallocateMethod) (register picodata_ProcessingUnit this, picoos_MemoryManager mm);
      |                                                                                            ^~~~
In file included from /usr/include/picoapid.h:39,
                 from /tmp/Iip2crlTmF/dump1.h:13:
/usr/include/picoctrl.h:51:59: error: expected ‘,’ or ‘...’ before ‘this’
   51 | picoos_int16 picoctrl_isValidEngineHandle(picoctrl_Engine this);
      |                                                           ^~~~
/usr/include/picoctrl.h:62:27: error: expected ‘,’ or ‘...’ before ‘this’
   62 |         picoctrl_Engine * this
      |                           ^~~~
/usr/include/picoctrl.h:75:53: error: expected ‘,’ or ‘...’ before ‘this’
   75 | picoos_Common picoctrl_engGetCommon(picoctrl_Engine this);
      |                                                     ^~~~
/usr/include/picoctrl.h:85:25: error: expected ‘,’ or ‘...’ before ‘this’
   85 |         picoctrl_Engine this
      |                         ^~~~
/usr/include/picoapid.h:60:52: error: expected ‘,’ or ‘...’ before ‘this’
   60 | extern picoos_Common pico_sysGetCommon(pico_System this);
      |                                                    ^~~~
In file included from /tmp/Iip2crlTmF/dump1.h:23:
/usr/include/picokdbg.h:52:74: error: expected ‘,’ or ‘...’ before ‘this’
   52 | pico_status_t picokdbg_specializeDbgKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                          ^~~~
/usr/include/picokdbg.h:60:53: error: expected ‘,’ or ‘...’ before ‘this’
   60 | picokdbg_Dbg picokdbg_getDbg(picoknow_KnowledgeBase this);
      |                                                     ^~~~
In file included from /tmp/Iip2crlTmF/dump1.h:24:
/usr/include/picokdt.h:76:72: error: expected ‘,’ or ‘...’ before ‘this’
   76 | pico_status_t picokdt_specializeDtKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                        ^~~~
/usr/include/picokdt.h:94:57: error: expected ‘,’ or ‘...’ before ‘this’
   94 | picokdt_DtPosP picokdt_getDtPosP(picoknow_KnowledgeBase this);
      |                                                         ^~~~
/usr/include/picokdt.h:95:57: error: expected ‘,’ or ‘...’ before ‘this’
   95 | picokdt_DtPosD picokdt_getDtPosD(picoknow_KnowledgeBase this);
      |                                                         ^~~~
/usr/include/picokdt.h:96:57: error: expected ‘,’ or ‘...’ before ‘this’
   96 | picokdt_DtG2P  picokdt_getDtG2P (picoknow_KnowledgeBase this);
      |                                                         ^~~~
/usr/include/picokdt.h:97:57: error: expected ‘,’ or ‘...’ before ‘this’
   97 | picokdt_DtPHR  picokdt_getDtPHR (picoknow_KnowledgeBase this);
      |                                                         ^~~~
/usr/include/picokdt.h:98:57: error: expected ‘,’ or ‘...’ before ‘this’
   98 | picokdt_DtACC  picokdt_getDtACC (picoknow_KnowledgeBase this);
      |                                                         ^~~~
/usr/include/picokdt.h:99:57: error: expected ‘,’ or ‘...’ before ‘this’
   99 | picokdt_DtPAM  picokdt_getDtPAM (picoknow_KnowledgeBase this);
      |                                                         ^~~~
/usr/include/picokdt.h:119:24: error: expected identifier before ‘;’ token
  119 |     picoos_uint16 class;
      |                        ^
/usr/include/picokdt.h:119:5: error: multiple types in one declaration
  119 |     picoos_uint16 class;
      |     ^~~~~~~~~~~~~
/usr/include/picokdt.h:211:64: error: expected ‘,’ or ‘...’ before ‘this’
  211 | picoos_uint8 picokdt_dtPosPconstructInVec(const picokdt_DtPosP this,
      |                                                                ^~~~
/usr/include/picokdt.h:220:58: error: expected ‘,’ or ‘...’ before ‘this’
  220 | picoos_uint8 picokdt_dtPosPclassify(const picokdt_DtPosP this);
      |                                                          ^~~~
/usr/include/picokdt.h:226:67: error: expected ‘,’ or ‘...’ before ‘this’
  226 | picoos_uint8 picokdt_dtPosPdecomposeOutClass(const picokdt_DtPosP this,
      |                                                                   ^~~~
/usr/include/picokdt.h:251:64: error: expected ‘,’ or ‘...’ before ‘this’
  251 | picoos_uint8 picokdt_dtPosDconstructInVec(const picokdt_DtPosD this,
      |                                                                ^~~~
/usr/include/picokdt.h:259:58: error: expected ‘,’ or ‘...’ before ‘this’
  259 | picoos_uint8 picokdt_dtPosDclassify(const picokdt_DtPosD this,
      |                                                          ^~~~
/usr/include/picokdt.h:266:67: error: expected ‘,’ or ‘...’ before ‘this’
  266 | picoos_uint8 picokdt_dtPosDdecomposeOutClass(const picokdt_DtPosD this,
      |                                                                   ^~~~
/usr/include/picokdt.h:270:68: error: expected ‘,’ or ‘...’ before ‘this’
  270 | picoos_uint8 picokdt_dtPosDreverseMapOutFixed(const picokdt_DtPosD this,
      |                                                                    ^~~~
/usr/include/picokdt.h:297:62: error: expected ‘,’ or ‘...’ before ‘this’
  297 | picoos_uint8 picokdt_dtG2PconstructInVec(const picokdt_DtG2P this,
      |                                                              ^~~~
/usr/include/picokdt.h:313:56: error: expected ‘,’ or ‘...’ before ‘this’
  313 | picoos_uint8 picokdt_dtG2Pclassify(const picokdt_DtG2P this,
      |                                                        ^~~~
/usr/include/picokdt.h:320:65: error: expected ‘,’ or ‘...’ before ‘this’
  320 | picoos_uint8 picokdt_dtG2PdecomposeOutClass(const picokdt_DtG2P this,
      |                                                                 ^~~~
/usr/include/picokdt.h:348:62: error: expected ‘,’ or ‘...’ before ‘this’
  348 | picoos_uint8 picokdt_dtPHRconstructInVec(const picokdt_DtPHR this,
      |                                                              ^~~~
/usr/include/picokdt.h:361:56: error: expected ‘,’ or ‘...’ before ‘this’
  361 | picoos_uint8 picokdt_dtPHRclassify(const picokdt_DtPHR this);
      |                                                        ^~~~
/usr/include/picokdt.h:367:65: error: expected ‘,’ or ‘...’ before ‘this’
  367 | picoos_uint8 picokdt_dtPHRdecomposeOutClass(const picokdt_DtPHR this,
      |                                                                 ^~~~
/usr/include/picokdt.h:403:62: error: expected ‘,’ or ‘...’ before ‘this’
  403 | picoos_uint8 picokdt_dtACCconstructInVec(const picokdt_DtACC this,
      |                                                              ^~~~
/usr/include/picokdt.h:422:56: error: expected ‘,’ or ‘...’ before ‘this’
  422 | picoos_uint8 picokdt_dtACCclassify(const picokdt_DtACC this,
      |                                                        ^~~~
/usr/include/picokdt.h:429:65: error: expected ‘,’ or ‘...’ before ‘this’
  429 | picoos_uint8 picokdt_dtACCdecomposeOutClass(const picokdt_DtACC this,
      |                                                                 ^~~~
/usr/include/picokdt.h:443:62: error: expected ‘,’ or ‘...’ before ‘this’
  443 | picoos_uint8 picokdt_dtPAMconstructInVec(const picokdt_DtPAM this,
      |                                                              ^~~~
/usr/include/picokdt.h:450:56: error: expected ‘,’ or ‘...’ before ‘this’
  450 | picoos_uint8 picokdt_dtPAMclassify(const picokdt_DtPAM this);
      |                                                        ^~~~
/usr/include/picokdt.h:456:65: error: expected ‘,’ or ‘...’ before ‘this’
  456 | picoos_uint8 picokdt_dtPAMdecomposeOutClass(const picokdt_DtPAM this,
      |                                                                 ^~~~
In file included from /tmp/Iip2crlTmF/dump1.h:26:
/usr/include/picoklex.h:48:74: error: expected ‘,’ or ‘...’ before ‘this’
   48 | pico_status_t picoklex_specializeLexKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                          ^~~~
/usr/include/picoklex.h:60:53: error: expected ‘,’ or ‘...’ before ‘this’
   60 | picoklex_Lex picoklex_getLex(picoknow_KnowledgeBase this);
      |                                                     ^~~~
/usr/include/picoklex.h:109:52: error: expected ‘,’ or ‘...’ before ‘this’
  109 | picoos_uint8 picoklex_lexLookup(const picoklex_Lex this,
      |                                                    ^~~~
/usr/include/picoklex.h:117:55: error: expected ‘,’ or ‘...’ before ‘this’
  117 | picoos_uint8 picoklex_lexIndLookup(const picoklex_Lex this,
      |                                                       ^~~~
In file included from /tmp/Iip2crlTmF/dump1.h:28:
/usr/include/picokpdf.h:80:74: error: expected ‘,’ or ‘...’ before ‘this’
   80 | pico_status_t picokpdf_specializePdfKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                          ^~~~
/usr/include/picokpdf.h:135:59: error: expected ‘,’ or ‘...’ before ‘this’
  135 | picokpdf_PdfDUR picokpdf_getPdfDUR(picoknow_KnowledgeBase this);
      |                                                           ^~~~
/usr/include/picokpdf.h:136:59: error: expected ‘,’ or ‘...’ before ‘this’
  136 | picokpdf_PdfMUL picokpdf_getPdfMUL(picoknow_KnowledgeBase this);
      |                                                           ^~~~
/usr/include/picokpdf.h:137:59: error: expected ‘,’ or ‘...’ before ‘this’
  137 | picokpdf_PdfPHS picokpdf_getPdfPHS(picoknow_KnowledgeBase this);
      |                                                           ^~~~
In file included from /tmp/Iip2crlTmF/dump1.h:29:
/usr/include/picokpr.h:54:77: error: expected ‘,’ or ‘...’ before ‘this’
   54 | pico_status_t picokpr_specializePreprocKnowledgeBase(picoknow_KnowledgeBase this,
      |                                                                             ^~~~
/usr/include/picokpr.h:90:59: error: expected ‘,’ or ‘...’ before ‘this’
   90 | picokpr_Preproc picokpr_getPreproc(picoknow_KnowledgeBase this);
      |                                                           ^~~~

