Release calc version 2.12.1.9

This commit is contained in:
Landon Curt Noll
2007-02-07 13:30:53 -08:00
parent 5c565a7cea
commit 2441df7fdc
10 changed files with 175 additions and 64 deletions

View File

@@ -19,8 +19,8 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc.
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*
* @(#) $Revision: 29.9 $
* @(#) $Id: blkcpy.c,v 29.9 2006/05/20 08:43:55 chongo Exp $
* @(#) $Revision: 29.10 $
* @(#) $Id: blkcpy.c,v 29.10 2007/02/07 20:51:38 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/blkcpy.c,v $
*
* Under source code control: 1997/04/18 20:41:26
@@ -935,7 +935,7 @@ copyostr2blk(char *str,long ssi,long num,BLOCK *dblk,long dsi,BOOL noreloc)
* s1
*/
void *
memmove(void *s1, const void *s2, CALC_SIZE_T n)
memmove(void *s1, const void *s2, MEMMOVE_SIZE_T n)
{
/*
* firewall