Skip to content

Commit

Permalink
Update parameter count for cputc-native-user in XS:Lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 23, 2024
1 parent 9604683 commit 440b810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/lisp/front.c
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ void initGlobals() {
def("puts", MKCONST(Lputs,1,0,0));
def("putc", MKCONST(Lputc,2,0,0));
def("putc-native", MKCONST(Lputc_native,2,0,0));
def("putc-native-user", MKCONST(Lputc_native_user,3,0,0));
def("putc-native-user", MKCONST(Lputc_native_user,4,0,0));
def("cls", MKCONST(Lcls,0,0,0));
def("battery", MKCONST(Lbattery,0,0,0));
def("reset-time", MKCONST(Lreset_time,0,0,0));
Expand Down

0 comments on commit 440b810

Please sign in to comment.