Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sven-Bodo Scholz
sac2c
Commits
6c9f5749
Commit
6c9f5749
authored
17 years ago
by
Stephan Herhut
Browse files
Options
Download
Email Patches
Plain Diff
fixed application of F_min_VxV in handledots
parent
ab9bef85
develop
NTC_INFOCHN-improvements
WLF-DBUG-output-improvement
alwyn-fold-traversal
bodo-subsel
bottom-wl-parts
cinterface-improvement-sbs
cinterface-improvement-sbs-rebase
error-streamlining
fix-cmake-distmem-sbs
fixing-structs
fp16
giacomos-damn-modulo-on-long
gijs-fold-suballoc
hotfix-1288
hotfix-2266
hotfix-2287
hotfix-2318
hotfix-2319
hotfix-2337
hotfix-2344
hotfix-2434
hotfix-2434-ea
hotfix-2437
hotfix-cc-warnings-check-c
hotfix-mowl-cuknl
keeping-strings-sbs
new_fun_types_charl
one-bit-booleans
opencl-timon
opt-rearrange
plibsac2c-fix
rc_feedback_gijs
records-reg
records-reg-rebase
revive-cudahybrid
sbs-add-checks-variants-in-sac2crc
sbs-assign-global-objects
sbs-multi-assign
type-extension-shape-relations
v2.0.0-Tintigny
v1.3.3-MijasCosta
v1.3.2-beta-MijasCosta
v1.3.2-MijasCosta
v1.3.1-beta-MijasCosta
v1.3-beta-MijasCosta
v1.2-beta-BlackForest
v1.1-beta
v1.0-beta-LiveCDEdition
v1.0-beta-JollyGoodFellow
v1.0-beta-HaggisAndApple
v1.0-beta-BuchetteDAnjou
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/libsac2c/scanparse/handle_dots.c
+1
-1
src/libsac2c/scanparse/handle_dots.c
with
1 addition
and
1 deletion
+1
-1
src/libsac2c/scanparse/handle_dots.c
+
1
-
1
View file @
6c9f5749
...
...
@@ -1330,7 +1330,7 @@ BuildWLShape (idtable *table, idtable *end)
handle
=
handle
->
next
;
while
(
handle
!=
NULL
)
{
shape
=
MAKE_BIN_PRF
(
F_min_
VxV
,
shape
,
handle
->
shape
);
shape
=
MAKE_BIN_PRF
(
F_min_
SxS
,
shape
,
handle
->
shape
);
handle
=
handle
->
next
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help