Skip to content
Snippets Groups Projects
Commit 23c5508b authored by layer's avatar layer
Browse files

2007-02-05 Kevin Layer <layer@gemini.franz.com>

parent 0c2b06ca
No related branches found
No related tags found
No related merge requests found
2007-02-05 Kevin Layer <layer@gemini.franz.com>
* wnn/js.c: fix compile problem on Linux x86_64
*******************************************************************************
join from trunk_afuchs1 to trunk
changes from:
......@@ -6102,4 +6106,4 @@ IGNORE JDI SPECIFIC CHANGES TO Makefile
Lots of other stuff
*******************************************************************************
$Revision: 2.25 $
$Revision: 2.26 $
/*
* $Id: js.c,v 2.4 2003/12/15 18:35:18 layer Exp $
* $Id: js.c,v 2.5 2007/02/05 22:53:57 layer Exp $
*/
/*
* Copyright Kyoto University Research Institute for Mathematical Sciences
......@@ -71,7 +71,8 @@ extern Variables
*/
extern char *malloc();
/* removed for building on FC4, x86_64 */
/* extern char *malloc(); */
#include <stdio.h>
#include <ctype.h>
......@@ -104,7 +105,8 @@ extern int errno;
#include "bdic.c"
#include "pwd.c"
char *malloc();
/* removed for building on FC4, x86_64 */
/* char *malloc(); */
#ifdef SYSVR2
#define bzero(adr,n) memset((adr),0,(n))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment