OSDN Git Service

rename files.
authorornse01 <ornse01@users.sourceforge.jp>
Mon, 9 Jan 2012 10:03:03 +0000 (10:03 +0000)
committerornse01 <ornse01@users.sourceforge.jp>
Mon, 9 Jan 2012 10:03:03 +0000 (10:03 +0000)
- parselib to tokenchecker

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanf/trunk@343 20a0b8eb-f62a-4a12-8fe1-b598822500fb

src/parse/charreferparser.c
src/parse/charreferparser.h
src/parse/test_tokenchecker.c [moved from src/parse/test_parselib.c with 99% similarity]
src/parse/tokenchecker.c [moved from src/parse/parselib.c with 98% similarity]
src/parse/tokenchecker.h [moved from src/parse/parselib.h with 100% similarity]

index 80c9fdc..6db764b 100644 (file)
@@ -32,7 +32,7 @@
 #include       <bstring.h>
 #include       <bctype.h>
 
-#include    "parselib.h"
+#include    "tokenchecker.h"
 
 #ifdef BCHAN_CONFIG_DEBUG
 # define DP(arg) printf arg
index f532dde..5272f78 100644 (file)
@@ -30,7 +30,7 @@
 
 #include       <basic.h>
 
-#include    "parselib.h"
+#include    "tokenchecker.h"
 
 #ifndef __CHARREFERPARSER_H__
 #define __CHARREFERPARSER_H__
similarity index 99%
rename from src/parse/test_parselib.c
rename to src/parse/test_tokenchecker.c
index 1e5b886..b1bf491 100644 (file)
@@ -26,7 +26,7 @@
 
 #include "test_parse.h"
 
-#include "parselib.h"
+#include "tokenchecker.h"
 
 #include    <btron/btron.h>
 #include    <bstdio.h>
similarity index 98%
rename from src/parse/parselib.c
rename to src/parse/tokenchecker.c
index 12b1d06..753c921 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * parselib.c
+ * tokenchecker.c
  *
  * Copyright (c) 2009-2011 project bchan
  *
@@ -30,7 +30,7 @@
 #include       <bstring.h>
 #include       <bctype.h>
 
-#include    "parselib.h"
+#include    "tokenchecker.h"
 
 #ifdef BCHAN_CONFIG_DEBUG
 # define DP(arg) printf arg