From 9c193743a0ae54fd7aeecd6dd0e54d11f480cf6c Mon Sep 17 00:00:00 2001 From: uz Date: Sun, 22 Feb 2009 14:11:34 +0000 Subject: [PATCH] Added missing .export statements. git-svn-id: svn://svn.cc65.org/cc65/trunk@3941 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- libsrc/cbm/filename.s | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libsrc/cbm/filename.s b/libsrc/cbm/filename.s index 85d5bc459..fb8c9978e 100644 --- a/libsrc/cbm/filename.s +++ b/libsrc/cbm/filename.s @@ -4,7 +4,8 @@ ; File name handling for CBM file I/O ; - .export fnparse, fnset, fnaddmode, fncomplete, fndefunit + .export fnparse, fnparsename, fnset + .export fnadd, fnaddmode, fncomplete, fndefunit .export fnunit, fnlen, fncmd, fnbuf .import SETNAM @@ -12,7 +13,7 @@ .importzp ptr1, tmp1 .include "ctype.inc" - + ;------------------------------------------------------------------------------ ; fnparsename: Parse a filename (without drive spec) passed in in ptr1 and y.