Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
f9c36020
Commit
f9c36020
authored
Feb 04, 2004
by
John van Groningen
Browse files
replace double ' by a single ' inside ' and '
parent
d2c68c3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/Mac/CoclSystemDependent.icl
View file @
f9c36020
...
...
@@ -76,9 +76,12 @@ script_handler script files
=
split
quoted
frm
(
to
+2
)
n
s
|
s
.[
to
]
==
' '
&&
not
quoted
=
[
s
%
(
frm
,
to
-1
)
:
split
False
(
to
+1
)
(
to
+1
)
n
s
]
|
s
.[
to
]
==
'\''
&&
quoted
=
[
s
%
(
frm
,
to
-1
)
:
split
False
(
to
+1
)
(
to
+1
)
n
s
]
|
s
.[
to
]
==
'\''
|
quoted
|
to
<
n
-1
&&
s
.[
to
+1
]==
'\''
#
s
=(
s
%
(
0
,
to
-1
))+++(
s
%
(
to
+1
,
n
-1
))
=
split
quoted
frm
(
to
+1
)
(
n
-1
)
s
=
[
s
%
(
frm
,
to
-1
)
:
split
False
(
to
+1
)
(
to
+1
)
n
s
]
=
[
s
%
(
frm
,
to
-1
)
:
split
True
(
to
+1
)
(
to
+1
)
n
s
]
// otherwise
=
split
quoted
frm
(
to
+1
)
n
s
...
...
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