Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
John P. Willis
freem
Commits
3440fe31
Commit
3440fe31
authored
Jun 02, 2022
by
John P. Willis
Browse files
Make ORDER and QUERY great again
parent
5e5169d2
Pipeline
#748
passed with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
src/symtab_dispatch.c
src/symtab_dispatch.c
+10
-8
No files found.
src/symtab_dispatch.c
View file @
3440fe31
...
...
@@ -49,15 +49,17 @@ void symtab (short action, char *key, char *data)
mref_init
(
r
,
MREF_RT_LOCAL
,
""
);
internal_to_mref
(
r
,
key
);
for
(
i
=
0
;
i
<
r
->
subscript_count
;
i
++
)
{
if
(
strlen
(
r
->
subscripts
[
i
])
<
1
)
{
ierr
=
SBSCR
;
free
(
r
);
return
;
if
(
action
!=
fra_order
&&
action
!=
fra_query
)
{
for
(
i
=
0
;
i
<
r
->
subscript_count
;
i
++
)
{
if
(
strlen
(
r
->
subscripts
[
i
])
<
1
)
{
ierr
=
SBSCR
;
free
(
r
);
return
;
}
}
}
symtab_bltin
(
action
,
key
,
data
);
...
...
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