Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clim-tos
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clim-tos
Commits
23c5508b
Commit
23c5508b
authored
18 years ago
by
layer
Browse files
Options
Downloads
Patches
Plain Diff
2007-02-05 Kevin Layer <layer@gemini.franz.com>
parent
0c2b06ca
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog.n
+5
-1
5 additions, 1 deletion
ChangeLog.n
wnn/js.c
+5
-3
5 additions, 3 deletions
wnn/js.c
with
10 additions
and
4 deletions
ChangeLog.n
+
5
−
1
View file @
23c5508b
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.2
5
$
$Revision: 2.2
6
$
This diff is collapsed.
Click to expand it.
wnn/js.c
+
5
−
3
View file @
23c5508b
/*
* $Id: js.c,v 2.
4
200
3/1
2/
1
5
18:35:18
layer Exp $
* $Id: js.c,v 2.
5
200
7/0
2/
0
5
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))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment