Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AltaRica Project
AltaRica Checker
Commits
61d538e4
Commit
61d538e4
authored
Jul 07, 2008
by
point
Browse files
. bug fix: add missing proj_s and proj_f in s_check_sign_and_type
parent
eb13caa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ar-interp-acheck.c
View file @
61d538e4
...
...
@@ -13,9 +13,9 @@
*/
/*
* $Author: point $
* $Revision: 1.1
3
$
* $Date: 2008/07/0
1
1
5
:29:
18
$
* $Id: ar-interp-acheck.c,v 1.1
3
2008/07/0
1
1
5
:29:
18
point Exp $
* $Revision: 1.1
4
$
* $Date: 2008/07/0
7
1
6
:29:
55
$
* $Id: ar-interp-acheck.c,v 1.1
4
2008/07/0
7
1
6
:29:
55
point Exp $
*/
#include
<stdio.h>
#include
<time.h>
...
...
@@ -699,6 +699,10 @@ s_check_sign_and_type (altarica_tree *t, int positive, ar_sgs *sgs,
s_check_sign_and_type
(
t
->
child
,
!
positive
,
sgs
,
is_state
,
qvar
,
qsign
);
break
;
case
AR_TREE_PROJ_S
:
case
AR_TREE_PROJ_F
:
case
AR_TREE_PICK
:
s_check_sign_and_type
(
t
->
child
,
positive
,
sgs
,
is_state
,
qvar
,
qsign
);
break
;
case
AR_TREE_RTGT
:
case
AR_TREE_RSRC
:
*
is_state
=
0
;
s_check_sign_and_type
(
t
->
child
,
positive
,
sgs
,
&
is
,
qvar
,
qsign
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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