Delete h2inc_globals.py
This commit is contained in:
@@ -1,25 +0,0 @@
|
|||||||
# You are free to use and/or change this code for
|
|
||||||
# your own needs.
|
|
||||||
|
|
||||||
# Original code (c)2018 Jan Lerking
|
|
||||||
# Program to convert C-header (*.h) files to nasm include files (*.inc),
|
|
||||||
# for direct usage in assembly programming using nasm/yasm.
|
|
||||||
|
|
||||||
worker = []
|
|
||||||
listener = []
|
|
||||||
thread = []
|
|
||||||
tupline = []
|
|
||||||
preproc = ()
|
|
||||||
filelist = []
|
|
||||||
folderlist = []
|
|
||||||
cnt = 0
|
|
||||||
srcdir = ''
|
|
||||||
destdir = ''
|
|
||||||
fileindex = 0
|
|
||||||
filecnt = 0
|
|
||||||
incinc = ''
|
|
||||||
defdir = False
|
|
||||||
defsrc = '/usr/include'
|
|
||||||
defdest = '~/include'
|
|
||||||
count = 0
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user