Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/arch/hadlbppp.py

    r96b02eb9 r28f4adb  
    11511151                                        continue
    11521152                               
    1153                                 if (token == "sysarg_t"):
     1153                                if ((token == "ipcarg_t") or (token == "unative_t")):
    11541154                                        output += "\n%s%s " % (tabs(indent), token)
    11551155                                        context.add(PROTOTYPE)
Note: See TracChangeset for help on using the changeset viewer.