Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
8ace53a7
...
8ace53a78d422c0660d9cf944e5c863d9c0c0c23
authored
2001-08-04 14:38:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add final #t to the generated code to allow for empty sieve scripts
1 parent
5d08ab37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
guimb/scm/sieve.scm
guimb/scm/sieve.scm
View file @
8ace53a
...
...
@@ -805,7 +805,7 @@
(
define
(
sieve-code-finish
)
(
if
(
not
(
null?
sieve-exp
))
(
set!
sieve-code-list
(
append
sieve-code-list
sieve-exp
))))
(
set!
sieve-code-list
(
append
sieve-code-list
sieve-exp
(
list
#t
)
))))
;;; Print the program
...
...
Please
register
or
sign in
to post a comment