Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
auraes
PunyInformFr
Commits
138ed14b
Commit
138ed14b
authored
Feb 06, 2021
by
auraes
💬
Browse files
Suppression de PosMot() pour v3
parent
a13d298a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/translation_v3.h
lib/translation_v3.h
+2
-2
No files found.
lib/translation_v3.h
View file @
138ed14b
...
...
@@ -8,7 +8,6 @@
System_file
;
!
FRENCH
[
PosMot
motn
;
return
parse
->
(
motn
*
4
+
1
);
];
!
WordAddress
-
buffer
[
DicMot
motn
;
return
parse
-->
(
motn
*
2
-
1
);
];
!
WordValue
[
LanguagePronom
w
;
...
...
@@ -64,7 +63,8 @@ System_file;
];
[
DecolleApostrophe
motn
at
lgm
w1
w2
v
;
at
=
PosMot
(
motn
)
+
1
;
at
=
parse
->
(
motn
*
4
+
1
);
++
at
;
lgm
=
WordLength
(
motn
)
-
2
;
if
(
buffer
->
at
~=
'''
)
return
0
;
--
at
;
...
...
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