Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
gsll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Antonio Juan
gsll
Commits
a6225f09
Commit
a6225f09
authored
15 years ago
by
Liam Healy
Committed by
Liam M. Healy
15 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo in docstring
parent
7eb2b9cf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
init/interface.lisp
+2
-3
2 additions, 3 deletions
init/interface.lisp
with
2 additions
and
3 deletions
init/interface.lisp
+
2
−
3
View file @
a6225f09
;; Macros to interface GSL functions, including definitions necessary for defmfun.
;; Liam Healy
;; Time-stamp: <2009-04-25 23:31:38EDT interface.lisp>
;; $Id$
;; Time-stamp: <2009-11-12 18:11:41EST interface.lisp>
(
in-package
:gsl
)
...
...
@@ -78,7 +77,7 @@
(
member
value
(
list
+success+
+continue+
)))
(
defun
success-continue
(
value
)
"If status is +success+, return T, othewise return NIL."
"If status is +success+, return T, othe
r
wise return NIL."
(
eql
value
+success+
))
(
defun
check-gsl-status
(
status-code
context
)
...
...
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