From 62cfc60f001e0efb634a4fc569b3723052ae1ffc Mon Sep 17 00:00:00 2001 From: cuz Date: Sat, 2 Dec 2000 09:04:27 +0000 Subject: [PATCH] Removed unused stuff git-svn-id: svn://svn.cc65.org/cc65/trunk@520 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/common/vsprintf.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libsrc/common/vsprintf.s b/libsrc/common/vsprintf.s index b0376f4ae..e9e153c98 100644 --- a/libsrc/common/vsprintf.s +++ b/libsrc/common/vsprintf.s @@ -1,11 +1,11 @@ -; +; ; int vsprintf (char* Buf, const char* Format, va_list ap); ; ; Ullrich von Bassewitz, 1.12.2000 ; .export _vsprintf - .import pushax, popax, push1 + .import pushax, popax .import _memcpy, __printf .importzp sp, ptr1