Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JL_DLLEXPORT jl_op_suffix
Browse files Browse the repository at this point in the history
simeonschaub committed Sep 23, 2020
1 parent 5e11901 commit 7592999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flisp/julia_extensions.c
Original file line number Diff line number Diff line change
@@ -152,7 +152,7 @@ JL_DLLEXPORT int jl_id_char(uint32_t wc)
#include "julia_opsuffs.h"

// chars that can follow an operator (e.g. +) and be parsed as part of the operator
int jl_op_suffix_char(uint32_t wc)
JL_DLLEXPORT int jl_op_suffix_char(uint32_t wc)
{
static htable_t jl_opsuffs; // XXX: requires uv_once
if (!jl_opsuffs.size) { // initialize hash table of suffixes

0 comments on commit 7592999

Please sign in to comment.