Removed obsolete comment
git-svn-id: svn://svn.cc65.org/cc65/trunk@2929 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -161,12 +161,6 @@ static void StdFunc_memset (FuncDesc* F attribute ((unused)),
|
|||||||
int MemSet = 1; /* Use real memset if true */
|
int MemSet = 1; /* Use real memset if true */
|
||||||
unsigned ParamSize = 0;
|
unsigned ParamSize = 0;
|
||||||
|
|
||||||
|
|
||||||
/* Check the prototype of the function against what we know about it, so
|
|
||||||
* we can detect errors.
|
|
||||||
*/
|
|
||||||
/* ### */
|
|
||||||
|
|
||||||
/* Argument #1 */
|
/* Argument #1 */
|
||||||
Flags = ParseArg (Arg1Type, &Arg);
|
Flags = ParseArg (Arg1Type, &Arg);
|
||||||
g_push (Flags, Arg.ConstVal);
|
g_push (Flags, Arg.ConstVal);
|
||||||
|
|||||||
Reference in New Issue
Block a user