Skip to content

Commit

Permalink
Merge pull request #350 from Don-Ward/fix-spawn
Browse files Browse the repository at this point in the history
Fix spawn
  • Loading branch information
Jafaral authored Oct 16, 2023
2 parents 3da16ae + 3c919be commit 4b7319b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/h/fdefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ FncDef(fetch,2)

FncDefV(array)

FncDef(spawn,1)
FncDef(spawn,5)
FncDef(mutex,2)
FncDef(trylock,1)
FncDef(lock,1)
Expand Down
2 changes: 1 addition & 1 deletion src/h/rmacros.h
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@
#define T_Realarray 30 /* real array */
#define T_Cons 31 /* generic link list element */

#define MaxType 32 /* maximum type number */
#define MaxType 31 /* maximum type number */

/*
* Definitions for keywords.
Expand Down

0 comments on commit 4b7319b

Please sign in to comment.