Changeset 392c73c in buchla-68k for misc/fix-proto.py


Ignore:
Timestamp:
07/08/2017 01:10:59 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
c6f3870
Parents:
dfe4288
Message:

Align FILE and PFS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/fix-proto.py

    rdfe4288 r392c73c  
    101101
    102102                while news_spa[0] in ["extern", "char", "short", "int",
    103                                       "unsigned", "long", "struct", "void"]:
     103                                      "unsigned", "long", "struct", "void",
     104                                      "FILE", "PFS"]:
    104105                    is_struct = news_spa[0] == "struct"
    105106
Note: See TracChangeset for help on using the changeset viewer.