Skip to content

Commit 186f5a8

Browse files
committed
fdc is only used in p.c
1 parent 68072e3 commit 186f5a8

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

src/kx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ __thread K cls=0; // Closure: level 2 linkage
3434
__thread K encf=0; // Enclosing Function
3535
__thread I encp=0; // Enclosing Function Param
3636
__thread I frg=0; // Flag reset globals
37-
__thread I fdc=1; // Flag denameD create
3837
S fnc=0; // Most recent function from Dispatch Table
3938
V fncp[128];// DT pointers of executed functions
4039
I fnci=0; // indicator of next function pointer position

src/p.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
S lineA;
99
S lineB;
10+
__thread I fdc=1; // Flag denameD create
1011

1112
#if 0
1213
Z S mm[] = {

src/p.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
L charsAdverb(C c);
22
extern V adverbs[];
33
extern I fbs;
4-
extern __thread I fdc;
54
V alloc(size_t sz);
65
L charsVerb(C c);
76
I SC(S a,S b);

0 commit comments

Comments
 (0)