Changeset 392c73c in buchla-68k
- Timestamp:
- 07/08/2017 01:10:59 PM (7 years ago)
- Branches:
- master
- Children:
- c6f3870
- Parents:
- dfe4288
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
misc/fix-proto.py
rdfe4288 r392c73c 101 101 102 102 while news_spa[0] in ["extern", "char", "short", "int", 103 "unsigned", "long", "struct", "void"]: 103 "unsigned", "long", "struct", "void", 104 "FILE", "PFS"]: 104 105 is_struct = news_spa[0] == "struct" 105 106
Note:
See TracChangeset
for help on using the changeset viewer.