fix yab-ide for x86_64

This commit is contained in:
Jim Saxton
2017-08-05 19:53:04 -07:00
parent 599ff6d7d3
commit 8e6ed835c4
2 changed files with 46 additions and 14 deletions

View File

@@ -137,3 +137,35 @@ system("rm tmpmain.c")
tring);"
print #2 " return 0;"
print #2 " }"
print #2 " return 1;"
print #2 "}"
print #2 ""
print #2 ""
found = 0
while (found = 0)
line input #1 a$
if (not instr(a$, "static int mybind(char *bound)")) then
found = 0
else
found = 1
print #2 a$
end if
wend
while (not eof(1))
line input #1 a$
print #2 a$
wend
close #1
close #2
system("mv outmain.c main.c")
system("rm tmpmain.c")