]> git.sur5r.net Git - cc65/blobdiff - src/cc65/stdfunc.h
Removed unused modules
[cc65] / src / cc65 / stdfunc.h
index 19bc06c0cbf37de4057dfd406ef8d6160f618df5..809dc617bfb8cead95f9d8ed60b6a85ba87c79f1 100644 (file)
@@ -6,10 +6,10 @@
 /*                                                                           */
 /*                                                                           */
 /*                                                                           */
-/* (C) 1998     Ullrich von Bassewitz                                        */
-/*              Wacholderweg 14                                              */
-/*              D-70597 Stuttgart                                            */
-/* EMail:       uz@musoftware.de                                             */
+/* (C) 1998-2002 Ullrich von Bassewitz                                       */
+/*               Wacholderweg 14                                             */
+/*               D-70597 Stuttgart                                           */
+/* EMail:        uz@musoftware.de                                            */
 /*                                                                           */
 /*                                                                           */
 /* This software is provided 'as-is', without any expressed or implied       */
 
 
 
-#include "symtab.h"
+/* cc65 */
 #include "expr.h"
+#include "symtab.h"
 
 
 
 /*****************************************************************************/
-/*                                  Code                                    */
+/*                                  Code                                    */
 /*****************************************************************************/
 
 
@@ -54,7 +55,7 @@ int IsStdFunc (const char* Name);
  * called in a special way.
  */
 
-void HandleStdFunc (ExprDesc* lval);
+void HandleStdFunc (struct FuncDesc* F, ExprDesc* lval);
 /* Generate code for a known standard function. */