Renamed IS_Pop to IS_Drop
git-svn-id: svn://svn.cc65.org/cc65/trunk@2905 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
9d439d9dd2
commit
742d8c3294
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ static void FlagPragma (StrBuf* B, IntStack* Stack)
|
|||
if (IS_GetCount (Stack) < 2) {
|
||||
Error ("Cannot pop, stack is empty");
|
||||
} else {
|
||||
(void) IS_Pop (Stack);
|
||||
IS_Drop (Stack);
|
||||
}
|
||||
/* No other arguments allowed */
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue