From: cuz Date: Wed, 27 Aug 2003 09:48:10 +0000 (+0000) Subject: Fixed a bug X-Git-Tag: V2.12.0~1347 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fe37c38972ca17e6a8657988c61f867d9f71d3cd;p=cc65 Fixed a bug git-svn-id: svn://svn.cc65.org/cc65/trunk@2418 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 462bb9d4e..7a27e4196 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -2143,8 +2143,6 @@ associated with it. On error, -1 is returned and an error code is stored in POSIX specifies an additional The function is only available as fastcall function, so it may only -be used in presence of a prototype. A diff --git a/src/ld65/filepath.c b/src/ld65/filepath.c index 37f7964d0..8db735744 100644 --- a/src/ld65/filepath.c +++ b/src/ld65/filepath.c @@ -49,7 +49,7 @@ /* If the standard library search path is not given, use a hardcoded one */ #ifndef CC65_LIB -#define CC65_LIB "/usr/lib/cc65/lib/"; +#define CC65_LIB "/usr/lib/cc65/lib/" #endif