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
9dbbcf00
"makefile" did not exist on "3fc41804b23f88517ddaafb15d0fe484a044ef5b"
Commit
9dbbcf00
authored
26 years ago
by
duane
Browse files
Options
Downloads
Patches
Plain Diff
see post-2.2.2.2 entry for Tue Sep 29 22:55:00 PDT 1998
parent
5b428c95
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
-0
5 additions, 0 deletions
ChangeLog.n
utils/clos.lisp
+2
-2
2 additions, 2 deletions
utils/clos.lisp
with
7 additions
and
2 deletions
ChangeLog.n
+
5
−
0
View file @
9dbbcf00
...
...
@@ -10,6 +10,11 @@ Tests for new features: <`no new features', `no tests for new features', or
<standard changelog date stamp>
* <changes go here...>
*******************************************************************************
Tue Sep 29 22:55:00 1998 Duane Rettig <duane@beta>
* utils/clos.lisp: fix require
*******************************************************************************
2.2.2.2
...
...
This diff is collapsed.
Click to expand it.
utils/clos.lisp
+
2
−
2
View file @
9dbbcf00
...
...
@@ -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: clos.lisp,v 1.1
5
1998/09/
29 21:02:38
duane Exp $
;; $Id: clos.lisp,v 1.1
6
1998/09/
30 04:55:17
duane Exp $
;;;
;;; Copyright (c) 1989, 1990 by Xerox Corporation. All rights reserved.
...
...
@@ -27,7 +27,7 @@
(
in-package
:clim-utils
)
#+
Allegro-v4.0-constructors
(
require
:constructor
"sys:;clos;constructor"
)
(
require
:constructor
)
;;; ----------------
;;; Constructors
...
...
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