diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-29 22:50:44 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-29 22:50:44 +0000 |
commit | 375112224567de0b2f3666cef13b1c5832f1ed6f (patch) | |
tree | 5b13d65d7aa50b304c884a8a5d796db844f9ddac /src/rule.cpp | |
parent | c41af88a8a3dcd3e9e0ea6dcbe7df9e71eb4eedd (diff) | |
download | build-375112224567de0b2f3666cef13b1c5832f1ed6f.tar.gz build-375112224567de0b2f3666cef13b1c5832f1ed6f.tar.bz2 build-375112224567de0b2f3666cef13b1c5832f1ed6f.tar.xz build-375112224567de0b2f3666cef13b1c5832f1ed6f.zip |
Updated a load, now there's a seperate module for performing string processing
pre parser, and whatever.
Diffstat (limited to 'src/rule.cpp')
-rw-r--r-- | src/rule.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rule.cpp b/src/rule.cpp index 22af322..2212936 100644 --- a/src/rule.cpp +++ b/src/rule.cpp | |||
@@ -7,3 +7,4 @@ Rule::Rule() | |||
7 | Rule::~Rule() | 7 | Rule::~Rule() |
8 | { | 8 | { |
9 | } | 9 | } |
10 | |||