Skip to content
Snippets Groups Projects
Commit 85151d2b authored by layer's avatar layer
Browse files

2.2.2.9

parent cb2a666f
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,13 @@ If there are user-visible changes in this commit, then list the
<standard changelog date stamp>
* <changes go here...>
*******************************************************************************
2.2.2.9
2000-03-10 Kevin Layer <layer@ultra>
* wnn/jl.c: to compile on linuxppc r5
*******************************************************************************
2.2.2.8
......
;; Load this file to make a clim image.
;; $Id: buildclim.cl,v 1.4 1998/08/06 23:15:36 layer Exp $
;; $Id: buildclim.cl,v 1.5 2000/03/13 00:30:11 layer Exp $
(excl:generate-application
#+ics "climi" #-ics "clim"
......@@ -36,6 +36,4 @@
#+(and mswindows ics) "climi.exe"
#+(and mswindows (not ics)) "clim.exe"
#+(and (not mswindows) ics) "climi"
#+(and (not mswindows) (not ics)) "clim"
:link-ok t)
#+(and (not mswindows) (not ics)) "clim")
......@@ -16,7 +16,7 @@
;; Commercial Software developed at private expense as specified in
;; DOD FAR Supplement 52.227-7013 (c) (1) (ii), as applicable.
;;
;; $Id: packages.lisp,v 1.93 2000/03/04 05:13:51 duane Exp $
;; $Id: packages.lisp,v 1.94 2000/03/13 00:30:11 layer Exp $
(in-package :common-lisp-user)
......@@ -3294,7 +3294,7 @@
(cl:defvar *clim-major-version* 2)
(cl:defvar *clim-minor-version* 2)
(cl:defvar *clim-generation-version* 2)
(cl:defvar *clim-build-version* 8)
(cl:defvar *clim-build-version* 9)
(cl:defparameter *clim-version*
(cl:format () "~d.~d.~d.~a"
......
/*
* $Id: jl.c,v 1.2 1998/05/19 18:51:33 layer Exp $
* $Id: jl.c,v 1.3 2000/03/13 00:30:13 layer Exp $
*/
/*
* Copyright Kyoto University Research Institute for Mathematical Sciences
......@@ -2616,7 +2616,7 @@ register char *s;
struct passwd *u;
extern char *getenv();
extern struct passwd *getpwnam();
#if defined(SYSVR2) && !defined(AIXV3)
#if defined(SYSVR2) && !defined(AIXV3) && !defined(PPC)
extern char * strchr();
#endif
......
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