Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Bernd Paysan
gforth
Commits
cf88fd78
Verified
Commit
cf88fd78
authored
Aug 28, 2019
by
Bernd Paysan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add location info in name, and 0name,
parent
bb52bfb4
Pipeline
#851
passed with stage
in 9 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
kernel/comp.fs
kernel/comp.fs
+4
-2
No files found.
kernel/comp.fs
View file @
cf88fd78
...
...
@@ -147,13 +147,15 @@ Defer check-shadow ( addr u wid -- )
dup
here
+
dup
cfaligned
>
align
nlstring
,
get
-
current
1
or
A
,
here
xt
-
location
drop
\
link
field
;
before
revealing
,
it
contains
the
\
tagged
reveal
-
into
wordlist
here
cell
+
last
!
;
\
set
last
header
:
0
name
,
(
--
)
cfalign
0
last
!
;
cfalign
0
last
!
here
xt
-
location
drop
;
:
namevt
,
(
namevt
--
)
here
xt
-
location
drop
,
here
lastcfa
!
;
\
add
location
stamps
on
vt
+
cf
,
here
lastcfa
!
;
\
add
location
stamps
on
vt
+
cf
:
noname
-
vt
(
--
)
\
G
modify
vt
for
noname
words
...
...
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