Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
gforth
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
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 -- )
...
@@ -147,13 +147,15 @@ Defer check-shadow ( addr u wid -- )
dup
here
+
dup
cfaligned
>
align
dup
here
+
dup
cfaligned
>
align
nlstring
,
nlstring
,
get
-
current
1
or
A
,
get
-
current
1
or
A
,
here
xt
-
location
drop
\
link
field
;
before
revealing
,
it
contains
the
\
link
field
;
before
revealing
,
it
contains
the
\
tagged
reveal
-
into
wordlist
\
tagged
reveal
-
into
wordlist
here
cell
+
last
!
;
\
set
last
header
here
cell
+
last
!
;
\
set
last
header
:
0
name
,
(
--
)
:
0
name
,
(
--
)
cfalign
0
last
!
;
cfalign
0
last
!
here
xt
-
location
drop
;
:
namevt
,
(
namevt
--
)
:
namevt
,
(
namevt
--
)
here
xt
-
location
drop
,
here
lastcfa
!
;
\
add
location
stamps
on
vt
+
cf
,
here
lastcfa
!
;
\
add
location
stamps
on
vt
+
cf
:
noname
-
vt
(
--
)
:
noname
-
vt
(
--
)
\
G
modify
vt
for
noname
words
\
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