Changeset 39a696b in buchla-68k for misc/gen-glob.py


Ignore:
Timestamp:
07/10/2017 12:28:14 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
b28a12e
Parents:
6262b5c
Message:

Regenerate global headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/gen-glob.py

    r6262b5c r39a696b  
    2727
    2828        ast = parse_file(path, use_cpp = True, cpp_path = cross_gcc,
    29                          cpp_args = ["-E", "-I", "include", "-include", "predef.h"])
     29                         cpp_args = ["-E", "-I", "include"])
    3030        # ast.show()
    3131
Note: See TracChangeset for help on using the changeset viewer.