From 01d8428d2675004ad915c743a4894077c30242af Mon Sep 17 00:00:00 2001 From: Adam Wardynski <award@.(B-4.4.46a)> Date: Mon, 7 Mar 2011 13:18:54 +0100 Subject: [PATCH] Rename rule.* files to tagrule.* files. --- libwccl/CMakeLists.txt | 2 +- libwccl/ops/{rule.cpp => tagrule.cpp} | 0 libwccl/ops/{rule.h => tagrule.h} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename libwccl/ops/{rule.cpp => tagrule.cpp} (100%) rename libwccl/ops/{rule.h => tagrule.h} (100%) diff --git a/libwccl/CMakeLists.txt b/libwccl/CMakeLists.txt index f9dc761..74be551 100644 --- a/libwccl/CMakeLists.txt +++ b/libwccl/CMakeLists.txt @@ -59,8 +59,8 @@ SET(libwccl_STAT_SRC ops/functions/tset/catfilter.cpp ops/functions/tset/getsymbols.cpp ops/functions/tset/getsymbolsinrange.cpp - ops/rule.cpp ops/rulesequence.cpp + ops/tagrule.cpp parser/grammar.g parser/Parser.cpp parser/ParserException.cpp diff --git a/libwccl/ops/rule.cpp b/libwccl/ops/tagrule.cpp similarity index 100% rename from libwccl/ops/rule.cpp rename to libwccl/ops/tagrule.cpp diff --git a/libwccl/ops/rule.h b/libwccl/ops/tagrule.h similarity index 100% rename from libwccl/ops/rule.h rename to libwccl/ops/tagrule.h -- GitLab