This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
slime
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed debug_break
master
FelixBrendel
6 years ago
parent
9e441cc5c5
commit
77b9a8c6ae
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
src/built_ins.cpp
+ 0
- 1
src/built_ins.cpp
View File
@@ -302,7 +302,6 @@ namespace Slime {
Lisp_Object* thing_cons = form;
form = form->value.pair.rest;
Lisp_Object_Type type = definee->type;
debug_break();
switch (type) {
case Lisp_Object_Type::Symbol: {
if (form != Memory::nil) {
Write
Preview
Loading…
Cancel
Save