Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ecl
ecl
Commits
198f0513
Commit
198f0513
authored
Sep 15, 2018
by
Marius Gerbershagen
Browse files
export with-restored-interrupts from mp package
parent
95b0523b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/c/symbols_list.h
View file @
198f0513
...
...
@@ -1949,6 +1949,7 @@ cl_symbols[] = {
{
EXT_
"WITH-INTERRUPTS"
,
MP_CONSTANT
,
NULL
,
-
1
,
OBJNULL
},
{
EXT_
"WITHOUT-INTERRUPTS"
,
MP_CONSTANT
,
NULL
,
-
1
,
OBJNULL
},
{
EXT_
"WITH-RESTORED-INTERRUPTS"
,
MP_CONSTANT
,
NULL
,
-
1
,
OBJNULL
},
{
EXT_
"WITH-LOCAL-INTERRUPTS"
,
MP_CONSTANT
,
NULL
,
-
1
,
OBJNULL
},
{
EXT_
"ALLOW-WITH-INTERRUPTS"
,
MP_CONSTANT
,
NULL
,
-
1
,
OBJNULL
},
...
...
src/c/symbols_list2.h
View file @
198f0513
...
...
@@ -1949,6 +1949,7 @@ cl_symbols[] = {
{
EXT_
"WITH-INTERRUPTS"
,
NULL
},
{
EXT_
"WITHOUT-INTERRUPTS"
,
NULL
},
{
EXT_
"WITH-RESTORED-INTERRUPTS"
,
NULL
},
{
EXT_
"WITH-LOCAL-INTERRUPTS"
,
NULL
},
{
EXT_
"ALLOW-WITH-INTERRUPTS"
,
NULL
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment