lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master ea5721d 1/4: Rename CSO table module, part 1


From: Greg Chicares
Subject: [lmi-commits] [lmi] master ea5721d 1/4: Rename CSO table module, part 1 of 2
Date: Fri, 15 Mar 2019 09:19:29 -0400 (EDT)

branch: master
commit ea5721da70ebf7beff4bf8ec1c44cc434f2fdf6e
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Rename CSO table module, part 1 of 2
    
    Made module name identical to the name of the function it provides, so
    that searching for the name of the header in an #include directive
    (e.g., with '*' in vim) finds calls to that function.
    
    This part 1 commits only the result of 'git mv', separately to make the
    history as clear as possible. It has been committed with '--no-verify',
    because it fails the concinnity-test hook. It will be immediately
    followed by a commit to fix the build.
---
 cso_tables.cpp => cso_table.cpp | 0
 cso_tables.hpp => cso_table.hpp | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/cso_tables.cpp b/cso_table.cpp
similarity index 100%
rename from cso_tables.cpp
rename to cso_table.cpp
diff --git a/cso_tables.hpp b/cso_table.hpp
similarity index 100%
rename from cso_tables.hpp
rename to cso_table.hpp



reply via email to

[Prev in Thread] Current Thread [Next in Thread]