From 0f9dd23746f5011ae5b482b91dd2f762a9c011d8 Mon Sep 17 00:00:00 2001 From: izydorst Date: Fri, 20 Dec 2002 23:16:44 +0000 Subject: [PATCH] putchar.s moved to put_char.s due to name conflict with one of common/ files git-svn-id: svn://svn.cc65.org/cc65/trunk@1806 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/geos/graph/Makefile | 2 +- libsrc/geos/graph/{putchar.s => put_char.s} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename libsrc/geos/graph/{putchar.s => put_char.s} (100%) diff --git a/libsrc/geos/graph/Makefile b/libsrc/geos/graph/Makefile index 9ea62b994..82b7cb123 100644 --- a/libsrc/geos/graph/Makefile +++ b/libsrc/geos/graph/Makefile @@ -11,7 +11,7 @@ S_OBJS = drawline.o drawpoint.o framerectangle.o hlineregs.o horizontalline.o\ imprintrectangle.o invertline.o invertrectangle.o pointregs.o recoverline.o\ recoverrectangle.o rectangle.o initdrawwindow.o setpattern.o testpoint.o verticalline.o\ - putchar.o putdecimal.o putstring.o usesystemfont.o\ + put_char.o putdecimal.o putstring.o usesystemfont.o\ getcharwidth.o loadcharset.o bitmapup.o bitmapregs.o bitmapclip.o bitotherclip.o\ graphicsstring.o getintcharint.o diff --git a/libsrc/geos/graph/putchar.s b/libsrc/geos/graph/put_char.s similarity index 100% rename from libsrc/geos/graph/putchar.s rename to libsrc/geos/graph/put_char.s -- 2.39.5