You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
392 B

diff -u -r ../kona-Win.3.39-69/src/v.h ./src/v.h
--- ../kona-Win.3.39-69/src/v.h 2016-04-17 18:10:22.000000000 +0000
+++ ./src/v.h 2017-07-06 22:54:46.265079031 +0000
@@ -6,3 +6,6 @@
extern V offsetSSR,offsetWhat,offsetAt,offsetDot,offsetColon; //k.c
extern K KTREE; //k.c
K wd_(S s,I n,K*dict,K func); //p.c
+
+K lookupEntryOrCreate(K *p, S k);
+K* EAP(K e);