-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #562 from QB64-Phoenix-Edition/various-refactoring
Various refactoring
- Loading branch information
Showing
588 changed files
with
217,701 additions
and
217,987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
qbs *_FUNC_GETPREVELEMENT_STRING_GETPREVELEMENT=NULL; | ||
if (!_FUNC_GETPREVELEMENT_STRING_GETPREVELEMENT)_FUNC_GETPREVELEMENT_STRING_GETPREVELEMENT=qbs_new(0,0); | ||
qbs*oldstr3696=NULL; | ||
qbs*oldstr3709=NULL; | ||
if(_FUNC_GETPREVELEMENT_STRING_A->tmp||_FUNC_GETPREVELEMENT_STRING_A->fixed||_FUNC_GETPREVELEMENT_STRING_A->readonly){ | ||
oldstr3696=_FUNC_GETPREVELEMENT_STRING_A; | ||
if (oldstr3696->cmem_descriptor){ | ||
_FUNC_GETPREVELEMENT_STRING_A=qbs_new_cmem(oldstr3696->len,0); | ||
oldstr3709=_FUNC_GETPREVELEMENT_STRING_A; | ||
if (oldstr3709->cmem_descriptor){ | ||
_FUNC_GETPREVELEMENT_STRING_A=qbs_new_cmem(oldstr3709->len,0); | ||
}else{ | ||
_FUNC_GETPREVELEMENT_STRING_A=qbs_new(oldstr3696->len,0); | ||
_FUNC_GETPREVELEMENT_STRING_A=qbs_new(oldstr3709->len,0); | ||
} | ||
memcpy(_FUNC_GETPREVELEMENT_STRING_A->chr,oldstr3696->chr,oldstr3696->len); | ||
memcpy(_FUNC_GETPREVELEMENT_STRING_A->chr,oldstr3709->chr,oldstr3709->len); | ||
} | ||
int32 *_FUNC_GETPREVELEMENT_LONG_I=NULL; | ||
if(_FUNC_GETPREVELEMENT_LONG_I==NULL){ | ||
_FUNC_GETPREVELEMENT_LONG_I=(int32*)mem_static_malloc(4); | ||
*_FUNC_GETPREVELEMENT_LONG_I=0; | ||
} | ||
byte_element_struct *byte_element_3697=NULL; | ||
if (!byte_element_3697){ | ||
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3697=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3697=(byte_element_struct*)mem_static_malloc(12); | ||
byte_element_struct *byte_element_3710=NULL; | ||
if (!byte_element_3710){ | ||
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3710=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3710=(byte_element_struct*)mem_static_malloc(12); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
qbs *_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE=NULL; | ||
if (!_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE)_FUNC_GETELEMENTSBEFORE_STRING_GETELEMENTSBEFORE=qbs_new(0,0); | ||
qbs*oldstr3700=NULL; | ||
qbs*oldstr3713=NULL; | ||
if(_FUNC_GETELEMENTSBEFORE_STRING_A->tmp||_FUNC_GETELEMENTSBEFORE_STRING_A->fixed||_FUNC_GETELEMENTSBEFORE_STRING_A->readonly){ | ||
oldstr3700=_FUNC_GETELEMENTSBEFORE_STRING_A; | ||
if (oldstr3700->cmem_descriptor){ | ||
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new_cmem(oldstr3700->len,0); | ||
oldstr3713=_FUNC_GETELEMENTSBEFORE_STRING_A; | ||
if (oldstr3713->cmem_descriptor){ | ||
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new_cmem(oldstr3713->len,0); | ||
}else{ | ||
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new(oldstr3700->len,0); | ||
_FUNC_GETELEMENTSBEFORE_STRING_A=qbs_new(oldstr3713->len,0); | ||
} | ||
memcpy(_FUNC_GETELEMENTSBEFORE_STRING_A->chr,oldstr3700->chr,oldstr3700->len); | ||
memcpy(_FUNC_GETELEMENTSBEFORE_STRING_A->chr,oldstr3713->chr,oldstr3713->len); | ||
} | ||
int32 pass3701; | ||
int32 pass3714; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.