forked from alx-tools/Betty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Bad detection for global variables
- Loading branch information
Alexandre Gautier
committed
Jul 8, 2017
1 parent
739d74f
commit af5f184
Showing
3 changed files
with
31 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
/* | ||
* Fixed: token_t *token was detected as a global variable | ||
*/ | ||
|
||
static const char *process_token(command_chain_t *chain, command_t **cmd, | ||
token_t *token, const char *start) | ||
{ | ||
return (NULL); | ||
} |
Empty file.