diff c/regexParser/word.h @ 125:4d6ac69801ad pairPro

fix createNode
author Nozomi
date Tue, 01 Dec 2015 21:11:27 +0900
parents 5d29b6a1b50f
children
line wrap: on
line diff
--- a/c/regexParser/word.h	Tue Dec 01 00:09:09 2015 +0900
+++ b/c/regexParser/word.h	Tue Dec 01 21:11:27 2015 +0900
@@ -2,6 +2,3 @@
     unsigned char *word;
     int length;
 } Word, *WordPtr;
-
-WordPtr getWord(unsigned char*);
-int getWordLength(unsigned char* w);